Installation manual#
Follow these steps to set up your environment:
Create a new conda environment:
conda create -n pymycar-env
Activate the new environment:
conda activate pymycar-env
Install the required packages from the conda-forge channel:
conda install -c conda-forge scipy pyvista pandas tabulate
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.