No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
12 additions and
0 deletions
-
README.md
|
|
@ -15,12 +15,24 @@ |
|
|
|
|
|
|
|
## Hackity Hack Hack |
|
|
|
|
|
|
|
### Get your discount source code |
|
|
|
|
|
|
|
```bash |
|
|
|
$ git clone ssh://gitea@vvvvvvaria.org:12345/varia/vocoder.git |
|
|
|
$ cd vocoder |
|
|
|
``` |
|
|
|
|
|
|
|
### Do the Python dance |
|
|
|
|
|
|
|
``` |
|
|
|
$ python3 -m venv .venv |
|
|
|
$ source .venv/bin/activate |
|
|
|
$ pip install -r requirements.txt |
|
|
|
``` |
|
|
|
|
|
|
|
### Run the server |
|
|
|
|
|
|
|
``` |
|
|
|
$ make serve |
|
|
|
``` |
|
|
|
|
|
|
|