mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Updated Developer's Guide (markdown)
@@ -59,20 +59,22 @@ If you're using PyCharm, you can configure the project to use your virtualenv in
|
|||||||
|
|
||||||
## Running from sources
|
## Running from sources
|
||||||
|
|
||||||
## Windows terminal (using git-bash)
|
### Windows terminal (using git-bash)
|
||||||
|
|
||||||
Set up your virtual env (described above), activate your env, then:
|
Set up your virtual env (described above), activate your env, then:
|
||||||
|
|
||||||
PYTHONPATH=. python qt_ui/main.py
|
PYTHONPATH=. python ./qt_ui/main.py
|
||||||
|
|
||||||
### OS X terminal
|
### OS X terminal
|
||||||
|
|
||||||
Set up your virtual env (described above), activate your env, then:
|
Set up your virtual env (described above), activate your env, then:
|
||||||
|
|
||||||
```
|
```
|
||||||
PYTHONPATH=. LOCALAPPDATA=. python qt_ui/main.py
|
PYTHONPATH=. LOCALAPPDATA=. python ./qt_ui/main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The LOCALAPPDATA=. environment variable will result in settings files being put in a sub folder in your local dev directory.
|
||||||
|
|
||||||
### Running from PyCharm
|
### Running from PyCharm
|
||||||
|
|
||||||
You can run DCS Liberation from source with this configuration: (Adapt it to your env)
|
You can run DCS Liberation from source with this configuration: (Adapt it to your env)
|
||||||
|
|||||||
Reference in New Issue
Block a user