Skip to content

Commit

Permalink
Update installation instructions in README.md (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Sep 6, 2023
1 parent 338d2e5 commit 9c3762e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.repo_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ conda deactivate
To build the package from source, run:

```
pip install -e .
pip install .
```

If you want to create a development environment, install
the dependencies required for tests and docs with:

```
pip install -e ".[test,doc]"
pip install ".[test,doc]"
```

### Copyright
Expand Down

0 comments on commit 9c3762e

Please sign in to comment.