mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Move "developing" to "HACKING"
It sounds cooler
This commit is contained in:
parent
be80216eeb
commit
57ab376296
3 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ python3.8 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install required packages
|
||||||
|
```
|
||||||
|
dnf install python3-devel
|
||||||
|
```
|
||||||
|
|
||||||
Install required Python modules
|
Install required Python modules
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue