Installation

Install with pip

pip install anton

Install from source

pip install "git+https://github.com/karthikrangasai/anton.git@master#egg=anton"

Installation directions for contributors

NOTE: Please install anton with packages for testing and building docs.

  • Fork the repository.

  • Clone it locally

    git clone https://github.com/[your-username]/anton.git
    
  • Change the working directory

    cd anton
    
  • Install anton in editable mode with all extra packages for development

    poetry install --all-extras