This is a personal project implementing different searching algorithms in python, for practice.
In the root dir of project, run:
python -m venv .venv
This should create a virtual environment
.\.venv\Scripts\activate (Windows)
source .venv/bin/activate (UNIX)
pip install -r requirements.txt
For dev: Once packages are installed and applied, using pip freeze will output all installed packages. pip freeze
See: https://pip.pypa.io/en/latest/user_guide/#requirements-files