Skip to main content

Creating your repo

To use the ArupCompute templates you must first create a new github repo.

To create a new Github repo go to github.com and click the "New" button.

Create repo

The "Create a new repository" page will open, on it:

  1. If there is a Sign in with SSO (or similar) button, click that to connect to your Arup account
  2. Set the "Repository template" to be arup-group/arupcompute-python-sample-library (do not check Include all branches)
  3. Make the "Owner" arup-group
  4. Give your repository a unique name. It is recommended to give your repo the same name as your ArupCompute library
  5. Give your repository a short description

Click Create repository once you have filled in each of these sections. The repo may then take a few seconds to be created.

Create repo 2

Once the repo is created you will see that there is code already present. This is the code for the ArupCompute Python Sample Library, the github for this repo is here.

Your repo should look something like the image below:

Create repo 3

Next, we will create your python project within this repo.