diff --git a/README.md b/README.md index f71303a..88d1ff0 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ 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/) +- NodeJS and Yarn 1.x - Git (Obviously) On MacOS: @@ -47,7 +49,10 @@ 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. +BAPSicle also requires a built version of the [presenter UI](https://github.com/UniversityRadioYork/WebStudio) in order to use; run `npm run presenter-make` to build it (the output will be in `presenter-ui`/). +Then, run `poetry run python ./launch.py` to start the server. ## Building