mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +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
|
||||
```
|
||||
|
||||
Install required packages
|
||||
```
|
||||
dnf install python3-devel
|
||||
```
|
||||
|
||||
Install required Python modules
|
||||
```
|
||||
pip install -r requirements.txt
|
Loading…
Reference in a new issue