You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,22 +46,23 @@ FAD-Toolset is built entirely in Python. It is recommended that users familiariz
46
46
47
47
The following describes the steps to set up a python virtual environment and install FAD-Toolset and all required dependencies into the environment.
48
48
49
-
Using conda, and a terminal such as the Anaconda Powershell Prompt, create a new python virtual environment with an environment name of your choice. We will use 'fad-env' as an example.
49
+
First, a terminal such as the Anaconda Powershell Prompt, clone the GitHub repository to access the files. Navigate to a directory of your choice to download the repository and then navigate into the FAD-Toolset folder.
Within the new python virtual environment, we can install FAD-Toolset. First, we need to clone the GitHub repository to access the files. Navigate to a directory of your choice to download the repository and then navigate into the FAD-Toolset folder.
55
+
Next, create a new python virtual environment with an environment name of your choice. We will use 'fad-env' as an example.
0 commit comments