Skip to main content

Creating your code repository

To use the ArupCompute templates you must first create a new GitHub code repository (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
  3. Select arup-group as the "Owner"
  4. Give your repository a unique name
  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

Your repo should look something like the image below:

Create repo 3

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