2020-04-10 14:36:22 +02:00
|
|
|
.. index:: installation
|
2014-05-18 00:07:32 +02:00
|
|
|
|
2020-04-10 14:36:22 +02:00
|
|
|
=======
|
|
|
|
Install
|
|
|
|
=======
|
2015-01-17 23:46:31 +01:00
|
|
|
|
2020-04-10 14:36:22 +02:00
|
|
|
Working Environment
|
|
|
|
===================
|
2015-01-17 23:46:31 +01:00
|
|
|
|
2020-04-10 14:36:22 +02:00
|
|
|
To get a running work environment use `pipenv`_.
|
2015-01-17 23:46:31 +01:00
|
|
|
|
2020-04-10 14:36:22 +02:00
|
|
|
.. _pipenv: https://pipenv.kennethreitz.org/en/latest/
|
2015-01-17 23:46:31 +01:00
|
|
|
|
2020-04-10 14:36:22 +02:00
|
|
|
To get started install `pip` and `pipenv` and use `pipenv install --dev`:
|
2015-01-17 23:46:31 +01:00
|
|
|
|
2020-04-10 14:36:22 +02:00
|
|
|
.. code-block:: sh
|
2015-01-17 23:46:31 +01:00
|
|
|
|
2020-04-10 14:36:22 +02:00
|
|
|
$ apt install python3-pip
|
|
|
|
$ python3 -m pip install --user -U pipenv
|
|
|
|
$ pipenv install --dev
|
2015-01-17 23:46:31 +01:00
|
|
|
|
|
|
|
$ cd gnuviechadmin && add2virtualenv `pwd`
|