Python 3.6 (data type annotations and f-strings more)
- clone repo
> git clone https://github.com/OriginalUtkin/IPv6-prefix-generator.git
-
Create dedicated python virtual env for the project; project is based on python 3.6.
-
Activate created env and install requirements (see section below section)
More about virtual environment
pip install -r requirements.txt
- Attrs 19.1.0 - is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols
- Matplotlib 3.0.3 - is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms
- Numpy 1.16.1 - is the fundamental package for scientific computing with Python (via Matplotlib)