Documenting use of Poetry for dependency management
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user