Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 636 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 636 Bytes

Sorting Algorithms

About

This is a personal project implementing different searching algorithms in python, for practice.

To Initialise the Project

Recommended:

In the root dir of project, run:

python -m venv .venv

This should create a virtual environment

Activate the environment:

.\.venv\Scripts\activate (Windows)
source .venv/bin/activate (UNIX)

Install required packages:

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