rSW/docs/content/install.rst
2022-09-30 14:24:39 +03:00

49 lines
736 B
ReStructuredText

:title: Installation
:date: 2022-09-22
============
Installation
============
From PyPI
=========
.. code-block:: shell
pip install reSW
From tarball
============
1. `Download`_ tarball (`alterntive link </rsw/downloads/reSW-0.1.2.tar.gz>`_)
with prebuilt Python package.
2. Install via pip:
.. code-block:: shell
pip install ./reSW-0.1.2.tar.gz
From Source
============
1. `Download`_ source or clone Git repo:
.. code-block:: shell
git clone https://git.nxhs.cloud/ge/rSW.git && cd rSW
2. Install build deps:
.. code-block:: shell
pip install --update build
3. Build and install Python package:
.. code-block:: shell
make
make install
.. _Download: https://git.nxhs.cloud/ge/rSW/releases