Skip to content

Commit cbf6fca

Browse files
authored
Copyedits for grammar and standardization
1 parent 0007d4e commit cbf6fca

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

QuickStart.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quick start guide
1+
# Quick Start Guide
22

33
This document will guide you through the install procedure and your first hello world example.
44

@@ -17,9 +17,9 @@ If you have conda installed you might want to start from a fresh environment. Th
1717
2. `conda activate psij`
1818

1919

20-
Install psij from the github repository:
20+
Install psij from the GitHub repository:
2121

22-
1. Clone repository into your working directory:
22+
1. Clone the repository into your working directory:
2323

2424
`git clone https://github.com/ExaWorks/psij-python.git`
2525

@@ -32,15 +32,15 @@ Install psij from the github repository:
3232

3333

3434

35-
## Hello world
35+
## Hello World
3636

3737
**Requirements**
3838
- python3.7
39-
- job executioner, e.g. slurm in this example
39+
- Job executioner, e.g. Slurm in this example
4040

4141
**Steps**
4242

43-
1. Create a file *my-workflow.py* and copy and paste the code below:
43+
1. Create a file *my-workflow.py* and copy and paste this code:
4444

4545
```python
4646

@@ -82,7 +82,6 @@ for i in range(N):
8282
jobs[i].wait()
8383

8484
```
85-
2. In this example the number of jobs is 1. Set *N* to the number of jobs you want to run and save file.
85+
2. In this example the number of jobs is 1. Set *N* to the number of jobs you want to run and save the file.
8686

8787
3. `python my-workflow.py`
88-

0 commit comments

Comments
 (0)