Skip to content

Roman-24/exploratory-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAU-project

run env

Need to be in folder of iau_prj_env

Linux/Mac:

source ./bin/activate

Win:

bin\activate.bat

create env

python3 -m venv iau_prj_env 

how to install requitemnts

pip install -r requirements.txt

how to instal packages

python -m pip install [package name]

how to uninstal packages

pip uninstall [package name]

how to export python packages

pip freeze > requirements.txt

how to run notebook

jupyter notebook