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: QuickStart.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
1
# Quick Start Guide
2
2
3
-
This document will guide you through the install procedure and your first hello world example.
3
+
This document will guide you through the install procedure and your first Hello World example.
4
4
5
5
-[Requirements](#requirements)
6
-
-[Install psij](#install-psij)
6
+
-[Install PSI/J](#install-psij)
7
7
-[Hello World example](#hello-world)
8
8
9
9
## Requirements
10
10
- python3.7+
11
11
12
-
## Install psij
12
+
## Install PSI/J
13
13
14
-
If you have conda installed you might want to start from a fresh environment. This part is not installing psij but setting up a new environment with the specified python version:
14
+
If you have conda installed you might want to start from a fresh environment. This part is not installing PSI/J but setting up a new environment with the specified python version:
15
15
16
16
1.`conda create -n psij python=3.7`
17
17
2.`conda activate psij`
18
18
19
19
20
-
Install psij from the GitHub repository:
20
+
Install PSI/J from the GitHub repository:
21
21
22
22
1. Clone the repository into your working directory:
0 commit comments