Skip to content

Commit 08096cd

Browse files
committed
Update
Signed-off-by: Vlad Gheorghiu <[email protected]>
1 parent 6a2b557 commit 08096cd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ you have access to a Python 3 interpreter. liboqs-python has been extensively
1919
tested on Linux, macOS and Windows platforms. Continuous integration is
2020
provided via GitHub actions.
2121

22-
The project contains the following files and directories:
22+
The project contains the following files and directories
2323

2424
- **`oqs/oqs.py`: a Python 3 module wrapper for the liboqs C library.**
2525
- `oqs/rand.py`: a Python 3 module supporting RNGs from `<oqs/rand.h>`
@@ -84,6 +84,13 @@ an alternative path, e.g., `C:\liboqs`, by passing the
8484
cmake -S liboqs -B liboqs/build -DCMAKE_INSTALL_PREFIX="C:\liboqs" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -DBUILD_SHARED_LIBS=ON
8585
```
8686

87+
Alternatively, you can set the `OQS_INSTALL_PATH` environment variable to point
88+
to the installation directory, e.g., on a UNIX-like system, execute
89+
90+
```shell
91+
export OQS_INSTALL_PATH=/path/to/liboqs
92+
```
93+
8794
### Let liboqs-python install liboqs automatically
8895

8996
If liboqs is not detected at runtime by liboqs-python, it will be downloaded,
@@ -259,7 +266,7 @@ Waterloo.
259266

260267
### Contributors
261268

262-
Contributors to the liboqs-python wrapper include:
269+
Contributors to the liboqs-python wrapper include
263270

264271
- Ben Davies (University of Waterloo)
265272
- Vlad Gheorghiu ([softwareQ Inc.](https://www.softwareq.ca) and the University

0 commit comments

Comments
 (0)