Skip to content

Installation

There are two ways of installation:

Python virtual environment

Installation and usage must be performed in virtual environment:

python -m venv .venv
source .venv/bin/activate

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:

git clone <repo>
cd yoowallet
pip install .

Now it's time to create an application