Installation manual#

Follow these steps to set up your environment:

  1. Create a new conda environment:

    conda create -n pymycar-env
    
  2. Activate the new environment:

    conda activate pymycar-env
    
  3. Install the required packages from the conda-forge channel:

    conda install -c conda-forge scipy pyvista pandas tabulate
    
  4. Finally, install the code from this repository:

    pip install pymycar
    

These steps will set up all the necessary dependencies for running the code in this repository. Make sure to activate the pymycar-env environment whenever you work with this project.