Skip to content

yashwanthrk/tracker_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mail_mama_server

to install pyhton virtual environment

mkdir your-directory cd your-directory python3 -m venv ./venv source ./venv/bin/activate

You can verify this by running

(venv) $ which python mail_mama_server/venv/bin/python

(venv) $ which pip mail_mama_server/venv/bin/pip

to verify packages

ls venv/lib/python3.6/site-packages/

pip3 install -r requirements.txt

In any case, now that our dependancies are installed, we are ready to run the repo. Once we are done, we can de-activate it or simply exit this shell session

deactivate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published