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

fail to pip install requirements.txt #37

Closed
gearcapitan opened this issue Jan 24, 2019 · 4 comments
Closed

fail to pip install requirements.txt #37

gearcapitan opened this issue Jan 24, 2019 · 4 comments

Comments

@gearcapitan
Copy link

kali_linux-2019-01-23-23-35-38

@davidtavarez
Copy link
Contributor

davidtavarez commented Jan 24, 2019

Hi, did you find this guide? https://github.com/byt3bl33d3r/SILENTTRINITY/wiki/Setting-up-your-development-environment and then, try to create a virtual env from Python 3.7:

virtualenv -p python3.7 envname

@daddycocoaman
Copy link
Contributor

Incorrect pip syntax.

pip3.7 install -r requirements.txt

@Script-Nomad
Copy link

I strongly recommed using pipenv install instead to install the virtual environment. This thing is still under heavy development, and though I trust byt3bl33d3r will try to avoid breaking changes, this will make sure you keep all your dependencies intact separate from your global pip installations.

@byt3bl33d3r
Copy link
Owner

Incorrect pip syntax.
pip3.7 install -r requirements.txt

This is the correct answer, and also yes I strongly recommend using pipenv as it simplifies this a lot.

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

5 participants