We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fca2d commit ab60556Copy full SHA for ab60556
README.md
@@ -32,7 +32,7 @@ A web-based user interface can be found in our
32
`pip install gams[core,connect] --find-links <path-to-gams>/api/python/bdist`
33
* If you get an error building `psycopg2`, try to install these postgres packages:
34
`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`
+ 8. Install the python dependencies we use in our python packages: `pip install -r ./solvers/gams/python/requirements.txt`
36
4. Run the server using `./gradlew bootRun`
37
38
## Deployment
0 commit comments