Install & run

  • Download & install Anaconda or Miniconda.

  • Download and uncompress the py3dsceneeditor repository.

  • Open the terminal and go to the previous uncompressed directory.

  • Execute in the terminal the next command to install the Anaconda/Miniconda environment.

    conda env create -f environment-ubuntu17.yml
    
  • Activate the environment by executing the command:

    source activate py3dengine-environment
    
  • Execute in the terminal the next command to update the code:

    python install.py
    
  • Execute in the terminal the next command open the application:

    python -m py3DSceneEditor