mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Updated Developer's Guide (markdown)
@@ -37,6 +37,8 @@ git clone https://github.com/dcs-liberation/dcs_liberation.git
|
||||
|
||||
This will automatically check out the develop branch.
|
||||
|
||||
Please see [Pull requests](#Pull-requests) for instructions on which branch should be targeted with PRs.
|
||||
|
||||
## Creating a Python virtual environment
|
||||
|
||||
A Python virtual environment (virtualenv) is a local copy of the Python distribution for a specific project. This allows you to install the project dependencies local to the environment rather than globally on your system, which makes it easier to reset your environment if something goes wrong.
|
||||
|
||||
Reference in New Issue
Block a user