Installation instructions

pip

Note that using pip outside virtualenv is not recommended since it ignores your systems package manager. If you aren’t comfortable debugging package installation issues use virtualenv.

Create and activate a virtualenv:

virtualenv dfvfs_venv
cd dfvfs_venv
source ./bin/activate

Upgrade pip and install dfVFS:

pip install --upgrade pip
pip install dfvfs

To deactivate the virtualenv run:

deactivate