gva/docs/install.rst

23 lines
440 B
ReStructuredText
Raw Normal View History

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
=======
2020-04-10 14:36:22 +02:00
Working Environment
===================
2020-04-10 14:36:22 +02:00
To get a running work environment use `pipenv`_.
2020-04-10 14:36:22 +02:00
.. _pipenv: https://pipenv.kennethreitz.org/en/latest/
2020-04-10 14:36:22 +02:00
To get started install `pip` and `pipenv` and use `pipenv install --dev`:
2020-04-10 14:36:22 +02:00
.. code-block:: sh
2020-04-10 14:36:22 +02:00
$ apt install python3-pip
$ python3 -m pip install --user -U pipenv
$ pipenv install --dev
$ cd gnuviechadmin && add2virtualenv `pwd`