Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

# show pip version (and check it is installed)
py -m pip --version

# show installed libraries
py -m pip freeze 

# write installed libraries to requirements.txt file
py -m pip freeze >requirements.txt

# reinstall libraries (e.g. on another machine)
py -m pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages