Skip to content

Commit

Permalink
Fix code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jun 28, 2024
1 parent df2d17d commit 886a4aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions quick-start/python.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@ conda activate prop

Install `numpy` as it's a dependency of the `itm` package

```
```cmd
pip install numpy
```
or
```
```cmd
conda install -c anaconda numpy
```

Install `pythonnet` as it's a dependency of the `ohiopyle` package
```
```cmd
pip install -i https://pypi.anaconda.org/pythonnet/simple pythonnet
```
or
```
```cmd
conda install -c pythonnet pythonnet=2.5.2
```

Install `itm` from the local repository

```
```cmd
pip install itm --no-index --find-links file://itsfs01/Tools/Python/pip
```

Install `ohiopyle` from the local repository
```
```cmd
pip install ohiopyle --no-index --find-links file://itsfs01/Tools/Python/pip
```

Expand Down

0 comments on commit 886a4aa

Please sign in to comment.