Skip to content

Commit 6450fee

Browse files
authored
Update installation.rst (#1281)
- Mention Windows - Give some detail on component packages
1 parent c8573a0 commit 6450fee

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/source/installation.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ From PyPI
88
99
pip install spdl
1010
11+
The `spdl` package is the top-level package for installing the component libraries.
12+
You can install the component libraries separately.
13+
14+
- `pip install spdl-core` for pipeline constructions. This is a pure-Python package.
15+
- `pip install spdl-io` for I/O processing. This package contains extension modules written in C++.
1116

1217
From source
1318
-----------
@@ -55,7 +60,7 @@ To rebuild the extension module of SPDL IO, you can do the following.
5560
Requirements
5661
------------
5762

58-
* Supported OS: Linux, macOS
63+
* Supported OS: Linux (aarch64, x64), macOS, Windows
5964

6065
* Build requirements
6166
- C++20 compiler (Tested on GCC 11 and Clang 15)

0 commit comments

Comments
 (0)