mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Updated Developer's-Guide.md
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)
|
||||
|
||||

|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user