Create a python virtual environment before installing the package. Activate the virtual environment and install the package by
conda activate env_conda
pip install -e .
pytest tests/test_core.py -k 'test_2ndshell'
Create a python virtual environment before installing the package. Activate the virtual environment and install the package by
conda activate env_conda
pip install -e .
pytest tests/test_core.py -k 'test_2ndshell'