Skip to content

Installation

Two methods:

  1. From PyPI '''bash pip install data-structures-py

  2. for development

git clone https://github.com/CodeWithSagomb/data-structures-python cd data-structures-python python -m pip install -e . '''