-
Notifications
You must be signed in to change notification settings - Fork 5
Setup for Development
Aditya Rajput edited this page Oct 3, 2022
·
6 revisions
$ git clone https://github.com/BURG3R5/github-slack-bot.git
$ cd github-slack-bot$ python -m venv venv # Or, if your system contains both Python 2 and 3, use `python3`.MacOS and Linux:
$ source venv/bin/activateWindows:
> venv\Scripts\activate$ pip install -r requirements.txt # Or, if your system contains both Python 2 and 3, use `pip3`.$ pip install pre-commit # Or, if your system contains both Python 2 and 3, use `pip3`.
$ pre-commit install$ python main.py