Skip to content

Commit 4d386a1

Browse files
Copilotgwtaylor
andcommitted
DOC: Add both HTTPS and SSH clone options to CONTRIBUTING.md
Co-authored-by: gwtaylor <993736+gwtaylor@users.noreply.github.com>
1 parent 3b5727f commit 4d386a1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,26 @@ This document covers the standards and process for contributing.
1212

1313
### Local setup
1414

15-
Using `pip`, activate a virtual environment first, then:
15+
Clone the repository using HTTPS or SSH:
1616

1717
```bash
18+
# HTTPS
19+
git clone https://github.com/bioscan-ml/BarcodeBERT.git
20+
21+
# SSH
1822
git clone git@github.com:bioscan-ml/BarcodeBERT.git
23+
```
24+
25+
Using `pip`, activate a virtual environment first, then:
26+
27+
```bash
1928
cd BarcodeBERT
2029
pip install -e .
2130
```
2231

2332
Or, using `uv` (creates and manages the environment automatically):
2433

2534
```bash
26-
git clone git@github.com:bioscan-ml/BarcodeBERT.git
2735
cd BarcodeBERT
2836
uv sync
2937
```

0 commit comments

Comments
 (0)