-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ We benchmarked **_solo_** against other doublet detection tools such as DoubletF | |
|
||
### Quick set up | ||
Run the following to clone and set up ve. | ||
`git clone [email protected]:calico/solo.git && cd solo && conda create -n solo python=3.7 && conda activate solo && pip install -e .` | ||
`git clone [email protected]:calico/solo.git && cd solo && conda create -n solo python=3.12 && conda activate solo && pip install -e .` | ||
|
||
Or install via pip | ||
`conda create -n solo python=3.7 && conda activate solo && pip install solo-sc` | ||
`conda create -n solo python=3.12 && conda activate solo && pip install solo-sc` | ||
|
||
If you don't have conda follow the instructions here: https://docs.conda.io/projects/conda/en/latest/user-guide/install/ | ||
|
||
|