Skip to content

Commit ab60556

Browse files
committed
docs: Update path
1 parent 10fca2d commit ab60556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A web-based user interface can be found in our
3232
`pip install gams[core,connect] --find-links <path-to-gams>/api/python/bdist`
3333
* If you get an error building `psycopg2`, try to install these postgres packages:
3434
`sudo apt-get install postgresql libpq-dev` and run the `pip install ...` command again
35-
8. Install the python dependencies we use in our python packages: `pip install -r gams/python/requirements.txt`
35+
8. Install the python dependencies we use in our python packages: `pip install -r ./solvers/gams/python/requirements.txt`
3636
4. Run the server using `./gradlew bootRun`
3737

3838
## Deployment

0 commit comments

Comments
 (0)