ubuntu installation instructions
This commit is contained in:
15
readme.md
Normal file
15
readme.md
Normal file
@@ -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
|
Reference in New Issue
Block a user