Installing Dython¶
Installation¶
The easiest way to install dython is using pip install
:
pip install dython
conda
package manager:
conda install -c conda-forge dython
If you'd like to use the source code instead, you can install directly from it using any of the following methods: