Install¶
From PyPI (recommended)¶
You can install latest stable version of optical using:
pip install --upgrade optical
From Github¶
You can also install all the latest changes directly from Github, but do bear in mind that the package may be unstable in this case.
git clone https://github.com/hashtagml/optical # clone
cd optical
curl -sSL https://install.python-poetry.org | python3 -
poetry install