Appearance
Clone the repository:
git clone https://github.com/fabriziosalmi/fqdn-model.git cd fqdn-model
Create a virtual environment:
python3 -m venv venv source venv/bin/activate
Install dependencies:
pip install -r requirements.txt