-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
f4095ae
commit d53fa66
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -57,7 +57,7 @@ Option 2: Clone repo (recommended for developers) | |
1. from home dir, ``git clone [email protected]:NREL/sup3r.git`` | ||
|
||
2. Create ``sup3r`` environment and install package | ||
1) Create a conda env: ``conda create -n sup3r`` | ||
1) Create a conda env with python: ``conda create --name sup3r python=3.11`` | ||
2) Run the command: ``conda activate sup3r`` | ||
3) ``cd`` into the repo cloned in 1. | ||
4) Prior to running ``pip`` below, make sure the branch is correct (install | ||
|