-
Björn Ludwig authoredBjörn Ludwig authored
INSTALL.md 2.91 KiB
Installation
zema_emc_annotated is packaged with poetry and thus supports automatic creation of a virtual environment and installation of all required dependencies with known-to-work versions.
All there is to do is to ensure there is an up-to-date version of poetry itself installed in your path. The commands differ slightly between Windows and Mac & Linux.
venv
Python environment on Windows
Create a In your Windows PowerShell execute the following to set up poetry in your user space:
PS C:> py -3 -m pip install --user poetry
Collecting poetry
[...]
Successfully installed cachecontrol-0.12.11 cleo-2.0.1 crashtest-0.4.1 distlib-0.3.6 dulwich-0.20.50 filelock-3.8.2 importlib-metadata-5.2.0 jaraco.classes-3.2.3 jsonschema-4.17.3 keyring-23.13.1 msgpack-1.0.4 pkginfo-1.9.2 platformdirs-2.6.0 poetry-1.3.1 poetry-core-1.4.0 poetry-plugin-export-1.2.0 rapidfuzz-2.13.7 shellingham-1.5.0 tomlkit-0.11.6 trove-classifiers-2022.12.22 virtualenv-20.17.1
Proceed to the next step .
venv
Python environment on Mac & Linux
Create a In your terminal execute the following to set up poetry in your user space:
$ python3 -m pip install --user poetry
Collecting poetry
[...]
Successfully installed cachecontrol-0.12.11 cleo-2.0.1 crashtest-0.4.1 distlib-0.3.6 dulwich-0.20.50 filelock-3.8.2 importlib-metadata-5.2.0 jaraco.classes-3.2.3 jsonschema-4.17.3 keyring-23.13.1 msgpack-1.0.4 pkginfo-1.9.2 platformdirs-2.6.0 poetry-1.3.1 poetry-core-1.4.0 poetry-plugin-export-1.2.0 rapidfuzz-2.13.7 shellingham-1.5.0 tomlkit-0.11.6 trove-classifiers-2022.12.22 virtualenv-20.17.1