To set up the environment for this project, follow these steps:
-
Clone the repository to your local machine:
git clone git@github.com:astro-group-bristol/parrallising-python.git
-
Navigate to the project directory:
cd parrallising-python
-
Create a new conda environment using the
environment.yml
file:conda env create -f environment.yml
-
Activate the newly created environment:
conda activate your-env-name
-
You're all set! Now you can start working on the project.
For more detailed information, refer to the following sections in the /docs
directory: