Skip to content

EpicWink/python-index-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python package index services

A list of managed Python package index services

Local

Environment set-up

pip install -r requirements.txt

Building

sphinx-build -b html src build

Serving

Any static file server will do, but you likely already have Python installed:

python -m http.server -d build