Compare commits
2 Commits
89e4eb0921
...
18aec52501
Author | SHA1 | Date |
---|---|---|
|
18aec52501 | 5 months ago |
|
267b546ac2 | 5 months ago |
2 changed files with 31 additions and 4 deletions
@ -0,0 +1,15 @@ |
|||
|
|||
|
|||
|
|||
### install on fresh ubuntu |
|||
|
|||
```bash |
|||
sudo apt-get install openssh-server htop iotop git python3-pip python3-venv |
|||
git config --global user.name "FIRST_NAME LAST_NAME" |
|||
git config --global user.email "MY_NAME@example.com" |
|||
python3 -m venv .venv |
|||
source .venv/bin/activate |
|||
pip3 install -r requirements.txt |
|||
``` |
|||
|
|||
sudo apt-get install python3-pip python3-venv |
Loading…
Reference in new issue