Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
README+CHANGELOG: documented use of Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed May 10, 2019
1 parent bddfea5 commit fe9a9e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Flamenco Server Changelog
- Re-queueing a task erases the `failed_by_workers` list, so that workers that previously failed
the task can try again. This is essential when the task was failing due to external conditions,m
for example failure due to a crash that was fixed by upgrading Blender.
- Switched to [Poetry](https://poetry.eustace.io/) for dependency management.


## Version 2.2 (released 2019-03-25)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ Documentation can be found at https://flamenco.io/docs/.

## Development Setup

Dependencies are managed via [Poetry](https://poetry.eustace.io/). Install it using
`pip install -U --user poetry`.

In order to get Flamenco up and running for development, we need to follow these steps:

- Install requirements with `pip install -r requirements-dev.txt`
- Install Flamenco Server locally with `pip install -e .`
- Install requirements in a Python virtualenv with `poetry install`
- Add Flamenco as Pillar extension to our project
- Give a user 'subscriber' or 'demo' role to obtain flamenco-use capability, or set up your own
mapping from role to `flamenco-use` and `flamenco-view` capabilities
Expand Down

0 comments on commit fe9a9e0

Please sign in to comment.