Initial commit
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Computer Networks practicum 2021
|
||||
|
||||
## Setup
|
||||
|
||||
### Create the virtual environment
|
||||
```shell
|
||||
virtualenv venv
|
||||
```
|
||||
### Activate the virtual environment
|
||||
```shell
|
||||
source venv/bin/activate
|
||||
```
|
||||
### Install requirements
|
||||
```shell
|
||||
pip install -r requirements.txt
|
||||
```
|
Reference in New Issue
Block a user