-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update installation instructions to use miniforge (#375)
* update installation instructions to use miniforge * edit miniforge installation instructions to specify which sections are for developers * edited CONTRIBUTING.rst instructions to use miniforge instead of venv * link to contributors guide in installation.rst * fixed weird formatting error in installation.rst * Update docs/installation.rst Co-authored-by: Taylor Salo <[email protected]> * Update docs/installation.rst Co-authored-by: Taylor Salo <[email protected]> --------- Co-authored-by: Taylor Salo <[email protected]> Co-authored-by: Taylor Salo <[email protected]>
- Loading branch information
1 parent
3025315
commit 70bc4f4
Showing
2 changed files
with
19 additions
and
13 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 |
---|---|---|
|
@@ -63,11 +63,11 @@ Ready to contribute? Here's how to set up `cubids` for local development. | |
|
||
$ git clone [email protected]:your_name_here/cubids.git | ||
|
||
3. Install your local copy into a virtualenv. | ||
Assuming you have virtualenvwrapper installed, | ||
this is how you set up your fork for local development:: | ||
3. Install your local copy into a miniforge environment. | ||
This is how you set up your fork for local development:: | ||
|
||
$ mkvirtualenv cubids | ||
$ mamba create -n cubids python=3.12 | ||
$ mamba activate cubids | ||
$ cd cubids/ | ||
$ python setup.py develop | ||
|
||
|
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