Skip to content

Commit

Permalink
Move comment on dev install up in dev install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Dec 4, 2024
1 parent ec5aec8 commit 04ee342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Navigate to the `arches-for-science` directory from your terminal and run:
```
pip install -e .
```
`Important`: Installing the arches-for-science app will install Arches as a dependency. This may replace your current install of Arches with a version from PyPi. If you've installed Arches for development using the `--editable -e` flag, you'll need to re pip install arches after installing arches-for-science

### If installing for deployment, run:
```
pip install arches-for-science
```

`Important`: Installing the arches-for-science app will install Arches as a dependency. This may replace your current install of Arches with a version from PyPi. If you've installed Arches for development using the `--editable` flag, you'll need to re pip install arches after installing arches-for-science

## Project Configuration

Expand Down

0 comments on commit 04ee342

Please sign in to comment.