Releases‎ > ‎

Release 1.7.1

posted Nov 5, 2017, 11:57 PM by Mike Cohen

The release includes:

  • Full support for Python 3
  • A refactored and improved EFilter which should be more robust and powerful.

You can install this release with pip:

$ virtualenv -p python3 /tmp/MyEnv
Already using interpreter /usr/bin/python3
Using base prefix '/usr'
New python executable in /tmp/MyEnv/bin/python3
Also creating executable in /tmp/MyEnv/bin/python
Installing setuptools, pkg_resources, pip, wheel...done.
$ source /tmp/MyEnv/bin/activate
(MyEnv) $ pip install rekall
Comments