We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf00290 commit a9ea6d9Copy full SHA for a9ea6d9
1 file changed
README.md
@@ -45,6 +45,7 @@ $ python -m pip install softfloatpy
45
You can install the development version by the following commands.
46
47
```sh
48
+$ git clone --recursive https://github.com/arithy/softfloatpy.git # NOTICE: `--recursive` option is required
49
$ cd softfloatpy # the repository root directory
50
$ make req
51
$ make clean
@@ -57,6 +58,7 @@ $ python -m pip install --no-index --find-links=./dist softfloatpy
57
58
### Import of Module
59
60
To use SoftFloatPy in a Python script, import `softfloatpy` module. An example is shown below.
61
+
62
```py
63
import softfloatpy as sf
64
```
0 commit comments