-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:ekwan/cctk
- Loading branch information
Showing
3 changed files
with
63 additions
and
3 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 |
---|---|---|
|
@@ -67,6 +67,20 @@ $ conda env create -f env.yml | |
Now, run `conda activate cctk` to enter the *cctk* Python environment (and `conda deactivate` to leave). | ||
(More complete guides to `conda` usage can be found elsewhere.) | ||
|
||
#### Upgrading *cctk* | ||
|
||
To get the latest release of *cctk*, navigate to the correct `conda` environment and run: | ||
|
||
``` | ||
$ pip install --upgrade cctk | ||
``` | ||
|
||
To install the development version (may be unstable!), run: | ||
|
||
``` | ||
$ pip install --upgrade [email protected]:ekwan/cctk.git@master | ||
``` | ||
|
||
## Contents: | ||
|
||
- `cctk/` contains the Python modules for *cctk* and the accompanying static data files. | ||
|
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
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