================= Installation ================= .. contents:: :depth: 1 :local: :backlinks: none .. highlight:: console Overview ---------------- Imlab use: * `numpy `_ * `tensorflow `_ * `pytorch `_ * `python `_ =>3.10 Setup -------- * `tensorflow`_ * `pytorch`_ * `pip` - On Ubuntu: .. code-block:: console sudo apt install python3-pip - On macOS: .. code-block:: console curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3 get-pip.py Then install the package: .. code-block:: console pip install imlab