Install
Create a conda
environment:
conda create -n package python=3.8
Note
package
requires Python 3.8 or higher.
Install package
using pip
from wheel file:
conda activate package
pip install path/to/package-0.5.1-py3-none-any.whl
Create a conda
environment:
conda create -n package python=3.8
Note
package
requires Python 3.8 or higher.
Install package
using pip
from wheel file:
conda activate package
pip install path/to/package-0.5.1-py3-none-any.whl