Skip to content

Commit

Permalink
docs: Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Jun 21, 2024
1 parent 6cfb7c0 commit 8ecfc93
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ Once completed, activate the environment:
```
conda activate assess-gtfs
```
Install the python requirements:
Install the python package with dependencies:
```
pip install -r requirements.txt
pip install .
```
If contributing to `assess_gtfs`, install optional dependencies:
```
pip install -e '.[test,docs]'
```

Additional Java dependencies are required for full functionality. See the
[contributing guidance](./CONTRIBUTING.md) for assistance.

Expand Down

0 comments on commit 8ecfc93

Please sign in to comment.