.. _install: Installation ============ PyPI ---- BitCash is distributed on `PyPI`_ as a universal wheel and is available on Linux/macOS and Windows and supports Python 3.8+. .. code-block:: bash pip install bitcash Source Code ----------- BitCash is hosted by GitHub `here`_, where it is actively developed. You can clone it like this: .. code-block:: bash git clone git://github.com/pybitcash/bitcash.git .. _PyPI: https://pypi.org/project/bitcash .. _here: https://github.com/pybitcash/bitcash