Skip to content

Installation

There are two ways of installation:

Via PyPI

You can simply install Pyue via PyPI:

# Basic (without backends, only for tests)
pip install pyue

# With Flask
pip install pyue[flask]

# With packages for developing
pip install pyue[dev]

From source

Getting from source is also an option:

git clone <repo>
cd pyue
pip install .

Now it's time to create our first project