diff --git a/README.md b/README.md index 991dac0..80346d9 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ The host sees the answer on the laptop screen and can adjudicate with the arrow To debug, run -` -pip install -r requirements.txt; -cd jparty; +``` +conda env create -f environment.yml +cd jparty python ../run.py -` +``` Too build from source, run diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..448b252 --- /dev/null +++ b/environment.yml @@ -0,0 +1,11 @@ +name: JParty2 +dependencies: + - requests==2.31.0 + - tornado==6.3.3 + - beautifulsoup4==4.11.1 + - pip + - pip: + - pyinstaller==6.6.0 + - pyqt6==6.4.0 + - qrcode==7.3.1 + - simpleaudio==1.0.4