Source Code
-
Download cl3dp Repo from GitHub Either Via Xxtracting zip to Desired Location OR Cloning the Repo
-
Open Root Directory of cl3dp in Git Bash
-
Create a New Conda Environment
- Use the following command to create a new conda environment with Python 3.8:
-
Activate Conda Environment and Install Dependencies
-
Activate te newly created conda environment with the following command:
-
Install the required dependencies listed in the requirement.txt file:
-
-
Possible Errors:
- Environment Activation Error : If you encounter an error activating the environment, ensure you are in correct directory and the environment path is correct.
- Dependency Installation Error : If there are error installing dependencies, check for typos in the file name and ensure all required packages are listed in the requirements.txt file.
- Compantibility Issues: If there are compatibility issues with Python 3.8, consider using a different Python version specified in the project's documentation.