Skip to content

Commit a9ea6d9

Browse files
committed
Update README.md
1 parent cf00290 commit a9ea6d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ $ python -m pip install softfloatpy
4545
You can install the development version by the following commands.
4646

4747
```sh
48+
$ git clone --recursive https://github.com/arithy/softfloatpy.git # NOTICE: `--recursive` option is required
4849
$ cd softfloatpy # the repository root directory
4950
$ make req
5051
$ make clean
@@ -57,6 +58,7 @@ $ python -m pip install --no-index --find-links=./dist softfloatpy
5758
### Import of Module
5859

5960
To use SoftFloatPy in a Python script, import `softfloatpy` module. An example is shown below.
61+
6062
```py
6163
import softfloatpy as sf
6264
```

0 commit comments

Comments
 (0)