Skip to content

Commit

Permalink
add poetry instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinRoitt committed Aug 27, 2024
1 parent 505a632 commit eaa1c4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Starting and stopping the server, as well as UI links, are available in the Syst
On all platforms:

- Python 3.8 - 3.11 Tested
- [Poetry](https://python-poetry.org/)
- Git (Obviously)

On MacOS:
Expand All @@ -47,7 +48,9 @@ On MacOS:

### Running

To just run the server standalone without installing, run `python ./launch.py`.
To run the server standalone without installing BAPSicle, you'll need to install the dependencies.
Run `poetry install` in the root directory to install them.
Then, run `poetry run python ./launch.py` to start the server.

## Building

Expand Down

0 comments on commit eaa1c4d

Please sign in to comment.