Skip to content

Commit df51bad

Browse files
committed
minor docs tweak
1 parent a94a953 commit df51bad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/source/installation.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ and
3939

4040
## Building dependencies without root
4141

42-
set the desired location, e.g. export WDIR=$HOME/tmp
42+
set the desired location, e.g.
43+
```
44+
export WDIR=$HOME/tmp
45+
```
4346

4447
install libprimesieve as follows:
4548
```
@@ -77,7 +80,7 @@ install pre-requisites:
7780
pip3 install pytest pytest-cython
7881
```
7982

80-
Clean up, and build in-place
83+
Clean up, and build in-place (with system-wide install of primecount).
8184

8285
```
8386
git clean -fdx

0 commit comments

Comments
 (0)