Skip to content

fisenkodv/photo-cataloguer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Cataloguer

Create Environment

  • Install virtualenv
$ [sudo] pip install virtualenv
  • Create an environment
$ virtualenv venv
  • Activate script
$ source venv/bin/activate
  • Install dependencies
$ pip install -r requirements.txt 
  • Deactivate script
$ deactivate

Licence

MIT