mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 01:19:02 +00:00
add: contributing information to README
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
||||
__pycache__
|
||||
__pycache__
|
||||
venv/
|
||||
@@ -25,6 +25,20 @@ Any help with this project would be greatly appreciated. Fixes or some features
|
||||
|
||||
VATSIM Fox is free software, open to suggestions and contributions. All the files are under the MIT License.
|
||||
|
||||
### How to set virtual environment
|
||||
|
||||
```bash
|
||||
# you must be in "src" folder before init
|
||||
cd src
|
||||
|
||||
python -m venv venv
|
||||
.\venv\Scripts\activate
|
||||
|
||||
# downloading requirements && upgrading pip
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Feature
|
||||
There is small TODO list I would like to make in this project:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user