Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slight adjustment on installation instructions needed. #3

Open
ericstephan opened this issue May 12, 2021 · 0 comments
Open

Slight adjustment on installation instructions needed. #3

ericstephan opened this issue May 12, 2021 · 0 comments

Comments

@ericstephan
Copy link

Performing an installation in a virtual environment and ignoring SSL certificate errors helped overcome installation problems. Below were the steps I performed:

https://www.jeansnyman.com/posts/python-pip-install-ssl-certificate-error/

python3 -m venv /~/profilewiz/
source profilewiz/bin/activate.csh
cd profilewiz
pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r requirements.txt
cd ..
pip3 install -e profilewiz --trusted-host pypi.org --trusted-host files.pythonhosted.org
cd profilewiz
python3 profilewiz.py --help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant