statgen / pheweb

A tool to build a website to browse hundreds or thousands of GWAS.
MIT License
157 stars 66 forks source link

Improve installation #64

Closed pjvandehaar closed 3 years ago

pjvandehaar commented 7 years ago

Getting pheweb installed on $PATH

Nothing in $HOME is in sys.path (for python3 -m pheweb) or $PATH (for pheweb) by default, so the two main approaches are:

sudo pip, ~/.local, and ~/virtualenv3 rely on the system pip3, which has various problems depending on the OS and python version: