23 lines
458 B
ReStructuredText
23 lines
458 B
ReStructuredText
.. _installation:
|
|
|
|
Installation
|
|
===============
|
|
|
|
Activate you virtual environment
|
|
------------------------------------
|
|
|
|
- Open a shell session
|
|
|
|
- install the virtual environment: `python -m'venv' .venv`
|
|
- activate it `./.venv/bin/activate` (or `.venv\Scripts\activate.exe` under windows)
|
|
|
|
Standard installation
|
|
---------------------------
|
|
|
|
You can use the `pip` python installer, here is the install command:
|
|
|
|
.. code-block:: text
|
|
|
|
pip install rougail
|
|
|
|
|