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

Debian Jessie installation instructions for pip3 #360

Open
hoxu opened this issue Oct 21, 2015 · 1 comment
Open

Debian Jessie installation instructions for pip3 #360

hoxu opened this issue Oct 21, 2015 · 1 comment

Comments

@hoxu
Copy link

hoxu commented Oct 21, 2015

Dependencies:

sudo apt-get install python3-dev python3-pip libacl1-dev

Installation with a virtualenv:

sudo apt-get install python3.4-venv
pyvenv-3.4 virtualenv-attic
source virtualenv-attic/bin/activate
pip3 install attic

If I created a PR for covering this in the installation section, would you accept it?

@benozol
Copy link

benozol commented Oct 22, 2015

I just went through the same process − and also had to install libssl-dev and libfuse-dev (the latter for attic mount).

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

2 participants