Use better naming
This commit is contained in:
parent
0626962785
commit
cae337094f
@ -18,5 +18,5 @@ A swarm of dreams.
|
|||||||
$ 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
|
||||||
$ python one.py / two.py / three.py
|
$ python first.py / second.py / third.py
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user