How You Git is a project that provides informations about GitHub users using GitHub API.
- Clone this repo
- Make sure
Python
andpip
is already installed - Inside the project folder, install dependencies:
$ pip install -r requirements.txt
- Run:
$ python manage.py runserver
- If it doesn't work, try:
$ pip install django
- For problems with
requests
library, follow instructions inGet the Code
: