- From the root project folder (PMLDL_Telegrammarly/) run the following:
python -m venv venv- Then activate this environment:
source venv/bin/activate- Install all requirement libraries into just created virtual environmet:
pip install -r requirements.txt