update readme

This commit is contained in:
ed 2019-06-10 02:34:35 +00:00
parent df2c158142
commit c758679740

View file

@ -17,14 +17,15 @@ turn your phone or raspi into a portable file server with resumable uploads/down
* [x] load balancer (multiprocessing) * [x] load balancer (multiprocessing)
* [ ] upload (plain multipart, ie6 support) * [ ] upload (plain multipart, ie6 support)
* [ ] upload (js, resumable, multithreaded) * [ ] upload (js, resumable, multithreaded)
* [ ] download * [x] download
* [ ] browser * [x] browser
* [x] media player
* [ ] thumbnails * [ ] thumbnails
* [ ] download as zip * [ ] download as zip
* [ ] volumes * [x] volumes
* [ ] accounts * [x] accounts
conclusion: don't bother conclusion: mostly useless
## dependencies ## dependencies
@ -32,8 +33,10 @@ conclusion: don't bother
* markupsafe * markupsafe
## dev env ## dev env
```
python3 -v venv .env
. .env/bin/activate
pip install jinja2 # dependencies
pip install black bandit pylint flake8 # vscode tooling
```
python3 -v venv .env
. .env/bin/activate
pip install jinja2 # dependencies
pip install black bandit pylint flake8 # vscode tooling