Skip to content

Commit 2cb0786

Browse files
committed
update dev guide
1 parent 1661650 commit 2cb0786

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/dev_guide.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ The Python implementation of DePSI is under development. At present you can only
66

77
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.
88

9-
Clone this repository and `cd` into it:
9+
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.
10+
11+
Clone this GitHub repository, then `cd` into the cloned repository.
1012

1113
```bash
12-
git clone git@github.com:TUDelftGeodesy/DePSI.git
1314
cd DePSI
1415
```
1516

0 commit comments

Comments
 (0)