22 lines
710 B
ReStructuredText
22 lines
710 B
ReStructuredText
=========
|
|
Установка
|
|
=========
|
|
|
|
Для установки необходимо иметь доступ в корпоративный `Gitlab <https://git.selectel.org>`_, чтобы получить доступ к Registry PyPi.
|
|
|
|
Установка через pip
|
|
-------------------
|
|
|
|
Выполните ``pip install --index-url https://git.slrover.ru/api/packages/public/pypi/simple/ kontur-focus``
|
|
|
|
|
|
Использование requirements.txt
|
|
------------------------------
|
|
|
|
Добавьте в конец файла ``requirements.txt``::
|
|
|
|
--index-url https://git.slrover.ru/api/packages/public/pypi/simple/
|
|
kontur-focus
|
|
|
|
После выполните ``pip install -r requirements.txt``
|