.. _install:
************
Installation
************
Via pip
===============================
Use pip to install and update digital-world-py-sdk:
.. code-block:: text
pip install -U digital-world-sdk
The digital-world-py-sdk release follows `Semantic Versioning 2.0.0 `_,
and I strongly recommend that you specify its major version number
in the dependency file to avoid the unknown effects of a corrupt update.
More on installing Python and dependencies can be found over in the `Hitchhiker's Guide to Python
`_.
Via Source Code
===============
Please use the code on pypi whenever possible. The latest code may be unstable.
You can clone `the repository `_ directly, and install it locally:
.. code-block:: bash
git clone https://github.com/DigitalWorld/digital-world-py-sdk.git
cd digital-world-py-sdk
pip install .