Usage

Installation from Git repository

  1. Clone the repository using https://github.com/TabishIzhar/PyRCD.git.

  2. Form a virtual environment using

$ py -3 -m venv venv
  1. Activate virtual environment from cmd

.\venv\Scripts\activate.bat
  1. Install every dependency using requirement.txt

(.venv) $ pip install -r requirements.txt