Skip to content

Commit

Permalink
set up consistent python3.12 env
Browse files Browse the repository at this point in the history
  • Loading branch information
anyakors committed Mar 6, 2024
1 parent 59b1eba commit 6bbf5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 6bbf5e9

Please sign in to comment.