Skip to content

Commit c6e8c52

Browse files
authored
Merge pull request #61 from UniversityRadioYork/poetry-readme
Poetry setup in readme
2 parents 9664f09 + c254e69 commit c6e8c52

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Starting and stopping the server, as well as UI links, are available in the Syst
3939
On all platforms:
4040

4141
- Python 3.8 - 3.11 Tested
42+
- [Poetry](https://python-poetry.org/)
43+
- NodeJS and Yarn 1.x
4244
- Git (Obviously)
4345

4446
On MacOS:
@@ -47,7 +49,10 @@ On MacOS:
4749

4850
### Running
4951

50-
To just run the server standalone without installing, run `python ./launch.py`.
52+
To run the server standalone without installing BAPSicle, you'll need to install the dependencies.
53+
Run `poetry install` in the root directory to install them.
54+
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`/).
55+
Then, run `poetry run python ./launch.py` to start the server.
5156

5257
Make sure to add your API key into the config page once its running.
5358

0 commit comments

Comments
 (0)