Installation

Requirements:

  • pythonocc-core (>=7.6.0)

  • multimethod (>=1.9.0)

  1. Add the following channels:

    $ conda config --add channels conda-forge
    $ conda config --add channels andrsd
    
  2. Install

    $ conda install -c andrsd figura
    

Unfortunately pythonocc-core is only available via conda-forge so you won’t be able to use pip-only install. You can see the discussion about the package deployment.

  1. Use conda environment with conda-forge:

    $ conda config --add channels conda-forge
    $ conda config --set channel_priority strict
    $ conda install pythonocc-core
    
  2. Install figura from source:

    $ cd /some/path
    $ git clone https://github.com/andrsd/figura.git
    $ cd figura
    $ pip install .