1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-24 12:40:52 +03:00

#2112 Update Documentation for Debian Requiring venvs

David Sangrey 2023-12-18 20:22:08 -05:00
parent 38bea47d9f
commit 10ad17e224

@ -102,6 +102,10 @@ One tested method to get a later Python on Debian 11.x is to utilise
1. If you want a 'venv' for just EDMarketConnector then you now:
**This step is mandatory on Debian with Bookworm (12.x) or Later, or any system which enforces Externally-Managed Environments.**
_For information about Externally Managed Environments, see [This Python Documentation Page](https://packaging.python.org/en/latest/specifications/externally-managed-environments/#externally-managed-environments) or [This PEP Document](https://peps.python.org/pep-0668/)_
$ cd <where you have the source>
$ python -m venv venv
$ source venv/bin/activate