Updated Developer's Guide (markdown)

MetalStormGhost
2021-11-20 19:15:44 +02:00
parent 3d1a7f466d
commit b349794948

@@ -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.