Skip to content

Commit

Permalink
Clean up references to requirements.txt in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Oct 30, 2023
1 parent b58dff0 commit f9b2399
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ README.md
docker-compose.yaml
openapi.yaml
pyproject.toml
requirements.txt
setup.cfg
src/openapi_server/apis/__init__.py
src/openapi_server/apis/reading_api.py
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Python >= 3.8

Ensure that the `MARKLOGIC_API_CLIENT_HOST` environment is set to point at the Marklogic server.

Consider using a virtual environment via ```virtualenv -p `which python` ```
Consider importing prerequisites via `pip install -r requirements.txt`
This project uses [Poetry](https://python-poetry.org/) to manage dependencies. You can install them with `poetry install`, and access a virtual environment with `poetry shell`.

To run the server, run `script/server`; open `http://localhost:8080/` in a browser

Expand Down

0 comments on commit f9b2399

Please sign in to comment.