Install package and CLI tool on system.
pip install .
pipenv shell
pip install -e .
via cli
pypokedexx
via python
python src/pypokedexx
pipenv run test
- use command
Python: Select Interpreter
to select correct python version from pipenv
Install package and CLI tool on system.
pip install .
pipenv shell
pip install -e .
via cli
pypokedexx
via python
python src/pypokedexx
pipenv run test
Python: Select Interpreter
to select correct python version from pipenv