Skip to content

Commit

Permalink
Correct spacing errors in the Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rebcabin committed Jan 3, 2023
1 parent 83f6814 commit 0753684
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,42 +67,41 @@ cd lpython
- Create a Conda environment using the pre-existing file:

```bash
conda env create -f environment_unix.yml
conda activate lp
```
conda env create -f environment_unix.yml
conda activate lp
```

- Generate prerequisite files; build in Debug Mode:

```bash
./build0.sh
./build1.sh
```
```bash
./build0.sh
./build1.sh
```

### Windows

- Create a Conda environment using the pre-existing file:

```bash
conda env create -f environment_win.yml
conda activate lp
```
```bash
conda env create -f environment_win.yml
conda activate lp
```

- Generate prerequisite files; build in Release Mode:

```bash
call build0.bat
call build1.bat
```

```bash
call build0.bat
call build1.bat
```

- Tests and examples

```bash
ctest
inst\bin\lpython examples\expr2.py
inst\bin\lpython examples\expr2.py -o a.out
a.out
```
```bash
ctest
inst\bin\lpython examples\expr2.py
inst\bin\lpython examples\expr2.py -o a.out
a.out
```

## Tests (Linux or MacOs):

Expand Down

0 comments on commit 0753684

Please sign in to comment.