Skip to content

Commit

Permalink
update dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou committed Jan 9, 2025
1 parent 1661650 commit 2cb0786
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ The Python implementation of DePSI is under development. At present you can only

It is assumed that you have `mamba` installed. If not, you can find the installation instructions [here](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html). Other package managers like `conda` or `venv` can be used as well.

Clone this repository and `cd` into it:
Before you start, make sure you have access to the correct DePSI repository. You can contribute to the pubilic DePSI repository by forking it to your own GitHub account. If you are a member of the TUDelftGeodesy organization, you can also contribute to the group DePSI repository.

Clone this GitHub repository, then `cd` into the cloned repository.

```bash
git clone [email protected]:TUDelftGeodesy/DePSI.git
cd DePSI
```

Expand Down

0 comments on commit 2cb0786

Please sign in to comment.