Updated Developer's-Guide.md

MetalStormGhost 2023-06-19 13:59:46 +03:00
parent 34055e305d
commit e4982660a0

@ -2,10 +2,10 @@ Welcome to the dev guide !
## Technical sum up
DCS Liberation is coded in Python, with QT6 as UI framework.
DCS Retribution is coded in Python, with QT6 as UI framework.
It uses pyDCS to generate DCS World missions.
Before contributing to DCS Liberation, you should also maybe consider contributing to [PyDCS](https://github.com/pydcs/dcs), this is a great way to contribute indirectly to the project.
Before contributing to DCS Retribution, you should also maybe consider contributing to [PyDCS](https://github.com/pydcs/dcs), this is a great way to contribute indirectly to the project.
## Project history
@ -32,7 +32,7 @@ The following instructions work for the git command line. If using the GitHub De
To get started with development, run:
```
git clone https://github.com/dcs-liberation/dcs_liberation.git
git clone https://github.com/dcs-retribution/dcs-retribution.git
```
This will automatically check out the develop branch.
@ -46,7 +46,7 @@ A Python virtual environment (virtualenv) is a local copy of the Python distribu
To create and use a virtualenv, run:
```
cd dcs_liberation
cd dcs-retribution
python -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
@ -96,7 +96,7 @@ The LOCALAPPDATA=. environment variable will result in settings files being put
### Running from PyCharm
You can run DCS Liberation from source with this configuration: (Adapt it to your env)
You can run DCS Retribution from source with this configuration: (Adapt it to your env)
![PyCharm run configuration](https://user-images.githubusercontent.com/89945461/132121682-0c48c318-dd70-4d82-a506-fd62be241403.png)