/DDS_Project_Bot

Telegram Bot for Distributed and Decentralized Systems

Primary LanguagePythonMIT LicenseMIT

Setting up virtual environment:

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