Skip to content
Snippets Groups Projects
Commit 4814d557 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Document Python 3.5.2 as minimal version.

parent 77f85d99
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,8 @@ There are two ways to install Flamenco Worker: ...@@ -13,7 +13,8 @@ There are two ways to install Flamenco Worker:
- If you have a distributable zip file (see [Packaging for distribution](#packaging-for-distribution)) - If you have a distributable zip file (see [Packaging for distribution](#packaging-for-distribution))
unzip it, `cd` into it, then run `./flamenco-worker` (or `flamenco-worker.exe` on Windows). unzip it, `cd` into it, then run `./flamenco-worker` (or `flamenco-worker.exe` on Windows).
- If you have a copy of the source files, run `pip3 install -e .` then run `flamenco-worker`. - If you have a copy of the source files, run `pip3 install -e .` then run `flamenco-worker`. This
requires Python 3.5.2 or newer.
## Configuration ## Configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment