InstallΒΆ

This project uses pyenv and poetry. If you do not have these installed, checkout the toolchain guide.


  1. Clone your fork and cd into the project:

    git clone https://github.com/<your-github-username>/tamr-client
    cd tamr-client
    
  2. Set a Python version for this project. Must be Python 3.6+ (e.g. 3.7.3):

    pyenv local 3.7.3
    
  3. Check that your Python version matches the version specified in .python-version:

    cat .python-version
    python --version
    
  4. Install dependencies via poetry:

    poetry install