Updated installation instructions
This commit is contained in:
parent
673b8c3686
commit
44e4cf85ed
1 changed files with 3 additions and 1 deletions
|
@ -7,5 +7,7 @@
|
|||
```bash
|
||||
git clone https://github.com/robot0nfire/c0re.git --recursive --depth=1
|
||||
cd c0re
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
pip3 install pipenv
|
||||
pipenv install
|
||||
```
|
||||
|
|
Reference in a new issue