Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PP501 authored Dec 6, 2024
1 parent 0ce94c5 commit 5cd1458
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 @@ -22,13 +22,13 @@ The installation is done by cloning the repository and running the setup file vi
Run Anaconda prompt and run the following command to create an environment (in this example, the name is sqdtoolz_env):

```
conda create -n sqdtoolz_env python=3.9
conda create -n sqdtoolz_env python=3.10
```

Now activate the environment:

```
activate sqdtoolz
activate sqdtoolz_env
```

Now choose a folder to house the SQDToolz stack (idea is to create an editable folder such that the code can be modified and pushed without upsetting the pip package manager). Once navigating to this folder, run the usual GIT clone:
Expand Down

0 comments on commit 5cd1458

Please sign in to comment.