Skip to content

Revise setup instructions and directory structure#92

Open
georgemgichuru wants to merge 1 commit into
irfanghat:branch-3.5-stablefrom
georgemgichuru:patch-1
Open

Revise setup instructions and directory structure#92
georgemgichuru wants to merge 1 commit into
irfanghat:branch-3.5-stablefrom
georgemgichuru:patch-1

Conversation

@georgemgichuru
Copy link
Copy Markdown

@georgemgichuru georgemgichuru commented Apr 30, 2026

This pull request updates the project documentation to reflect recent changes in the project structure and dependency installation process. The main focus is on clarifying the location of scripts and new directories in the repository.

Documentation updates:

  • Updated the project structure in docs/SETUP.md to include the new docs/ and datasets/ directories, and replaced install-deps.sh with a scripts directory for core library installation scripts.
  • Clarified in docs/SETUP.md that users should first navigate to the scripts folder before running the dependency installation script.

Updated the setup documentation to reflect changes in the directory structure and installation instructions.

Signed-off-by: George Mwangi Gichuru <georgem.gichuru@gmail.com>
Copilot AI review requested due to automatic review settings April 30, 2026 13:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the developer setup guide to reflect the repository’s current directory structure and where dependency-install scripts live.

Changes:

  • Document docs/ and datasets/ in the repository tree.
  • Update the setup instructions around dependency installation scripts and related paths/formatting.
  • Minor formatting cleanup in the document footer.
Comments suppressed due to low confidence (1)

docs/SETUP.md:53

  • The commands here run install-deps.sh without a path, but the script now lives under scripts/install-deps.sh. As written, users following from the repo root will get “file not found” unless they manually cd scripts first (which isn't shown). Update the instructions to either include an explicit cd scripts step or call the script via ./scripts/install-deps.sh (and chmod the same path).
First navigate to the scripts folder
Run the provided script to install all core libraries:
```bash
chmod +x install-deps.sh
./install-deps.sh

Comment thread docs/SETUP.md
├── docker-compose.yaml
├── install-deps.sh
├── .vscode/ # Contains IntelliSense config
├── scripts # Contains the scripts to install the core libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants