add: contributing information to README

This commit is contained in:
te5154c
2024-02-27 19:57:01 +03:00
parent 507f01630f
commit 62c31d6f74
2 changed files with 16 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
__pycache__ __pycache__
venv/
+14
View File
@@ -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. 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 ## Feature
There is small TODO list I would like to make in this project: There is small TODO list I would like to make in this project: