Skip to content

Installation

Robin Weiland edited this page Aug 16, 2020 · 2 revisions

The easy way

📣 📣 📣
* I doubt that this will ever be a popular target for typosquatting, but you should note that it is installed as api-bridge and imported as api_bridge
  • Type the pip command into a shell or venv
pip install api-bridge
  • Or specify a certain version
pip install api-bridge==0.0.3
  • Or just upgrade your already installed version
pip install --upgrade api-bridge

Install from source

TODO !

Clone this wiki locally