Added developer instructions to setup rp2 in a conda environment.#12
Added developer instructions to setup rp2 in a conda environment.#12stevendavis wants to merge 1 commit intoeprbell:mainfrom
Conversation
|
Thanks for the PR! Will add a few comments in the diff. |
| To setup RP2 in a conda environment, enter the following commands: | ||
| ``` | ||
| cd <rp2_directory> | ||
| conda create -n <env_name> |
There was a problem hiding this comment.
Are you missing instructions on Conda installation? Not sure about Windows (does Conda get installed by the the Python installer?), but I tried it on Mac and I got "conda: command not found"
| ``` | ||
|
|
||
| #### Conda virtual environment | ||
| To setup RP2 in a conda environment, enter the following commands: |
| #### Conda virtual environment | ||
| To setup RP2 in a conda environment, enter the following commands: | ||
| ``` | ||
| cd <rp2_directory> |
There was a problem hiding this comment.
The cd command is needed in the Python virtual environment section as well.
| First make sure [Python](https://python.org) 3.7 or greater is installed (in the Python installer window be sure to click on "Add Python to PATH"). | ||
|
|
||
| #### Python virtual environment | ||
| To setup RP2 in a python virtual environment, enter the following commands: |
There was a problem hiding this comment.
Can you leave the reference to Powershell? I.e.: "open a PowerShell window and enter the following commands"
| ``` | ||
|
|
||
| #### Conda virtual environment | ||
| To setup RP2 in a conda environment, enter the following commands: |
There was a problem hiding this comment.
Can you leave the reference to Powershell? I.e.: "open a PowerShell window and enter the following commands"
| First make sure [Python](https://python.org) 3.7 or greater is installed (in the Python installer window be sure to click on "Add Python to PATH"), then open a PowerShell window and enter the following commands: | ||
| First make sure [Python](https://python.org) 3.7 or greater is installed (in the Python installer window be sure to click on "Add Python to PATH"). | ||
|
|
||
| #### Python virtual environment |
There was a problem hiding this comment.
This structure (Python vs Conda virtual env) would need to be duplicated in the Linux and Mac sections as well.
| First make sure [Python](https://python.org) 3.7 or greater is installed (in the Python installer window be sure to click on "Add Python to PATH"). | ||
|
|
||
| #### Python virtual environment | ||
| To setup RP2 in a python virtual environment, enter the following commands: |
|
Thinking about this a bit more.... |
|
How about this:
|
Very simple 1st pull request, mostly to test the process and make sure everything is setup properly. Added developer instructions to setup rp2 in a conda environment.