Split up the commands
This commit is contained in:
parent
89fa34497b
commit
64a67eb2ea
12
README.md
12
README.md
@ -15,12 +15,24 @@
|
|||||||
|
|
||||||
## Hackity Hack Hack
|
## Hackity Hack Hack
|
||||||
|
|
||||||
|
### Get your discount source code
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone ssh://gitea@vvvvvvaria.org:12345/varia/vocoder.git
|
$ git clone ssh://gitea@vvvvvvaria.org:12345/varia/vocoder.git
|
||||||
$ cd vocoder
|
$ cd vocoder
|
||||||
|
```
|
||||||
|
|
||||||
|
### Do the Python dance
|
||||||
|
|
||||||
|
```
|
||||||
$ python3 -m venv .venv
|
$ python3 -m venv .venv
|
||||||
$ source .venv/bin/activate
|
$ source .venv/bin/activate
|
||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
### Run the server
|
||||||
|
|
||||||
|
```
|
||||||
$ make serve
|
$ make serve
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user