Usage
Installation from Git repository
Clone the repository using https://github.com/TabishIzhar/PyRCD.git.
Form a virtual environment using
$ py -3 -m venv venv
Activate virtual environment from cmd
.\venv\Scripts\activate.bat
Install every dependency using requirement.txt
(.venv) $ pip install -r requirements.txt