add requirements,setup instructions
This commit is contained in:
parent
2f84023459
commit
c7fa26fd4c
2 changed files with 12 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -1 +1,11 @@
|
||||||
# CamHack25
|
# CamHack25
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
```sh
|
||||||
|
# Setup venv
|
||||||
|
python -m venv env
|
||||||
|
source env/bin/activate
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
|
||||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
overpy
|
||||||
Loading…
Add table
Add a link
Reference in a new issue