Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 473 Bytes

Description

it's_okay is a website using Django which matches people who are willing to enjoy outdoor and indoor activities with others
Just only 'ONCE'

How to install all the libraries altogether easily with using requirements.txt

requirements.txt is a file which can be usesd to share all the installed pip libraries in specific project.

  • to install all the libraries stated in requirements.txt just type pip install -r requirements.txt