mirror of https://github.com/snachodog/mybuddy.git
Update minimum Python version (for Pandas dependency)
This commit is contained in:
parent
4e1b22cccf
commit
1f67380047
|
@ -76,7 +76,7 @@ documentation section: [Translation](https://docs.djangoproject.com/en/dev/topic
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- Python 3.5+, pip3, pipenv
|
- Python 3.5.3+, pip, pipenv
|
||||||
- NodeJS 8.x+ and NPM 5.x+
|
- NodeJS 8.x+ and NPM 5.x+
|
||||||
- Gulp
|
- Gulp
|
||||||
|
|
||||||
|
|
|
@ -122,15 +122,15 @@ requirements are Python, a web server, an application server, and a database.
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
||||||
- Python 3.5+, pip, pipenv
|
- Python 3.5.3+, pip, pipenv
|
||||||
- Web server ([nginx](http://nginx.org/), [Apache](http://httpd.apache.org/), etc.)
|
- Web server ([nginx](http://nginx.org/), [Apache](http://httpd.apache.org/), etc.)
|
||||||
- Application server ([uwsgi](http://projects.unbit.it/uwsgi), [gunicorn](http://gunicorn.org/), etc.)
|
- Application server ([uwsgi](http://projects.unbit.it/uwsgi), [gunicorn](http://gunicorn.org/), etc.)
|
||||||
- Database ([sqlite](https://sqlite.org/), [Postgres](https://www.postgresql.org/), [MySQL](https://www.mysql.com/), etc.)
|
- Database ([sqlite](https://sqlite.org/), [Postgres](https://www.postgresql.org/), [MySQL](https://www.mysql.com/), etc.)
|
||||||
|
|
||||||
#### Example deployment
|
#### Example deployment
|
||||||
|
|
||||||
*This example assumes a 512MB VPS instance with Ubuntu 16.04.* It uses
|
*This example assumes a 512MB VPS instance with Ubuntu 18.04.* It uses
|
||||||
Python 3.5+, nginx, uwsgi and sqlite and should be sufficient for a few users
|
Python 3.5.3+, nginx, uwsgi and sqlite and should be sufficient for a few users
|
||||||
(e.g. two parents and 1+ child).
|
(e.g. two parents and 1+ child).
|
||||||
|
|
||||||
1. Install system packages
|
1. Install system packages
|
||||||
|
|
Loading…
Reference in New Issue