OriginalUtkin / IPv6-prefix-generator

1 stars 0 forks source link

IPv6 generator

Prerequisites

Python 3.6 (data type annotations and f-strings more)

Starting with the project

  1. clone repo

    > git clone https://github.com/OriginalUtkin/IPv6-prefix-generator.git
  2. Create dedicated python virtual env for the project; project is based on python 3.6.

  3. Activate created env and install requirements (see section below section)

More about virtual environment

Installation

pip install -r requirements.txt

Built with