Skip to content

Commit

Permalink
add environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartthomas25 committed May 5, 2024
1 parent 5c9c5b8 commit 80eca11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 11 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 80eca11

Please sign in to comment.