Skip to content

Some example code, on how you can parallelise some slow code in python.

License

Notifications You must be signed in to change notification settings

astro-group-bristol/parallelising-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Environment Setup

To set up the environment for this project, follow these steps:

  1. Clone the repository to your local machine:

    git clone git@github.com:astro-group-bristol/parrallising-python.git
  2. Navigate to the project directory:

    cd parrallising-python
  3. Create a new conda environment using the environment.yml file:

    conda env create -f environment.yml
  4. Activate the newly created environment:

    conda activate your-env-name
  5. You're all set! Now you can start working on the project.

Sections

Documentation

For more detailed information, refer to the following sections in the /docs directory:

About

Some example code, on how you can parallelise some slow code in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published