Documenting use of Poetry for dependency management

This commit is contained in:
2019-05-10 15:02:15 +02:00
parent dd9a96d111
commit 9c517b67c5

View File

@@ -25,15 +25,16 @@ Don't forget to Gulp!
## Installation ## Installation
Dependencies are managed via [Poetry](https://poetry.eustace.io/).
Make sure your /data directory exists and is writable by the current user. Make sure your /data directory exists and is writable by the current user.
Alternatively, provide a `pillar/config_local.py` that changes the relevant Alternatively, provide a `pillar/config_local.py` that changes the relevant
settings. settings.
``` ```
git clone git@git.blender.org:pillar-python-sdk.git ../pillar-python-sdk git clone git@git.blender.org:pillar-python-sdk.git ../pillar-python-sdk
pip install -e ../pillar-python-sdk pip install -U --user poetry
pip install -U -r requirements.txt poetry install
pip install -e .
``` ```
## HDRi viewer ## HDRi viewer