Skip to content

v1.0.0 release candidate for Python 2 and 3 compatibility

Latest
Compare
Choose a tag to compare
@ross-spencer ross-spencer released this 16 Jan 22:42
· 49 commits to main since this release
3452ac7

Release candidate for Python 2 and 3 compatibility. In support of #42

Checksums

cd1bbc631330825beefb5655b6cd5025 demystify-v1.0.0-rc.tar.gz

Installation

Using the tar below, once it is unpacked, follow steps 5, and 6 below:

  1. Find a directory you want to install demystify to.
  2. git clone
  3. Navigate into the demystify repository, cd demystify.
  4. Checkout the sub-modules (pathlesstaken, and sqlitefid):
    git submodule update --init --recursive.
  5. Install lxml: python -m pip install -r requirements/production.txt.
  6. Run tests to make sure everything works: tox -e py39.