pyflo/docs/source/installation.rst
2018-06-20 16:05:21 +04:00

40 lines
867 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

============
Installation
============
This part of the documentation covers the installation of pybtc library. The first step to using any software package is getting it properly installed.
Get from pip package
--------------------
To install pybtc, simply run this simple command in your terminal of choice:
.. code-block:: bash
$ pip install pybtc
If you dont have pip installed, this Python pip `installation guide <https://pip.pypa.io/en/stable/installing/>`_ can guide you through the process.
Get the Source Code
-------------------
You can clone the public repository:
.. code-block:: bash
$ git clone git://github.com/bitaps-com/pybtc
Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:
.. code-block:: bash
$ cd pybtc
$ python3 setup.py install