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