Go to the Package, Documentation
Installation
Windows
pip install beast-night-tv
Linux
python3 pip install beast-night-tv
MacOS
pip install beast-night-tv
Steps
Clone the Repository
In a Directory open a Terminal and type:
git clone https://github.com/Jonak-Adipta-Kalita/JAK-Python-Package.git
Installing The Required Modules
To install the required modules, just open a terminal in the directory where this project is cloned. Now type:
pip install virtualenv
virtualenv venv
.\venv\Scripts\activate
pip install -r .\requirements.txt
and hit enter.
Format Code
In a terminal, type
.\venv\Scripts\activate
black .
deactivate
Test
In a terminal, type
.\venv\Scripts\activate
pytest
deactivate
and press Enter.
Technology(s) Used
Contributors