README: added mention of Poetry and how to use it

This commit is contained in:
2019-05-10 15:04:32 +02:00
parent e2dc9b8d33
commit 14530d76a9

View File

@@ -2,3 +2,14 @@
This project contains Attract, a task management extension for the Pillar
platform.
## Development
Dependencies are managed via [Poetry](https://poetry.eustace.io/).
```
git clone git@git.blender.org:pillar-python-sdk.git ../pillar-python-sdk
git clone git@git.blender.org:pillar.git ../pillar
pip install -U --user poetry
poetry install
```