Installation
There are two ways of installation:
Python virtual environment
Installation and usage must be performed in virtual environment:
Via PyPI
You can simply install SDK via PyPI:
# Basic
pip install yoowallet
# With synchronous API support
pip install yoowallet[sync]
# With packages for developing
pip install yoowallet[dev]
From source
Getting SDK from source is also an option:
Now it's time to create an application