Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The workflow interfaces should allow the same functionalitities as in 1) but str

We are actively developing the tools, for now you can install the code locally as a pip package.
```
git clone git@github.com:AnneHartebrodt/codegreen-client.git
git clone https://github.com/AnneHartebrodt/codegreen-client
cd codegreen
pip install -e .
```
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can clone our github repository and install the codegreen client package loc
```
conda create -n codegreen
conda activate codegreen
git clone git@github.com:AnneHartebrodt/codegreen-client.git
git clone https://github.com/AnneHartebrodt/codegreen-client
cd codegreen-client
pip install .
```
Expand Down