-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 additions
and
0 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 |
---|---|---|
|
@@ -206,9 +206,12 @@ $ git clone [email protected]:uw-cryo/asp_plot.git | |
$ cd asp_plot | ||
$ conda env create -f environment.yml | ||
$ conda activate asp_plot | ||
$ pre-commit install | ||
$ pip install -e . | ||
``` | ||
|
||
**Please don't miss the `pre-commit install` step**, which does the linting prior to any commits using the `.pre-commit-config.yaml` file that is included in the repo. | ||
|
||
If you want to rebuild the package, for instance while testing changes to the CLI tool, then uninstall and reinstall via: | ||
|
||
``` | ||
|