Skip to content

Codec_Installation

Elnaril edited this page Oct 10, 2023 · 1 revision

How to install the Python Uniswap Universal Router SDK ?

A good practice is to use Python virtual environments, here is a tutorial.

The library can be pip installed from pypi.org and your terminal as usual:

# update pip to latest version if needed
pip install -U pip

# install the decoder from pypi.org
pip install uniswap-universal-router-decoder

Make sure you have the latest version:

pip freeze | grep universal

To update it:

pip install -U uniswap-universal-router-decoder
Clone this wiki locally