Skip to content

samkoz/emr-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

$ python3 -m venv venv

$ source venv/bin/activate

$ pip install -r requirements.txt

$ python app.py

Adding a new python library:

With virtual environment activated, install using pip:

$ pip install SOMETHING

Update the requirements file:

$ pip freeze | sort > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published