Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
update readme to reflect dual dependency files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrehall68 committed Mar 30, 2024
1 parent 4d589fa commit 6d60e9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ To get started, you will need to install the following dependencies, you can do
```sh
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r env_files/all_requirements.txt

# uncomment the below line if running on a Raspberry Pi
# pip install -r env_files/rover_requirements.txt
```

![classes](https://github.com/SJSURoboticsTeam/urc-intelligent-systems-2023/assets/50222631/3d47c3d4-b21a-463e-9739-bc99b61f450f)

0 comments on commit 6d60e9e

Please sign in to comment.