Skip to content

Slight adjustment on installation instructions needed. #3

@ericstephan

Description

@ericstephan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions