Skip to content

Commit

Permalink
Add pip install to website docs (#2804)
Browse files Browse the repository at this point in the history
The fixture scripts require some Python deps that are not available by
default. This PR adds instructions to `pip install`.
  • Loading branch information
ben-z authored May 22, 2024
1 parent f9c283f commit f0b8236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The [website](https://cloud.watonomous.ca) for WATcloud.
1. Clone the repo
2. Install dependencies:
```bash
pip install -r requirements.txt
npm install
```
3. Run the development server:
Expand Down

0 comments on commit f0b8236

Please sign in to comment.