Skip to content

Commit 5011ca5

Browse files
Merge pull request #1 from Quansight/readme_improve
add installation info
2 parents 4df11fe + 3181151 commit 5011ca5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ Universal Pathlib
33

44
Universal Pathlib is a python library that aims to extend Python's built-in [`pathlib.Path`](https://docs.python.org/3/library/pathlib.html) api to use a variety of backend filesystems using [`fsspec`](https://filesystem-spec.readthedocs.io/en/latest/intro.html)
55

6+
Installation
7+
-------------
8+
9+
Universal Pathlib can be installs from conda-forge via:
10+
11+
```bash
12+
conda install -c conda-forge universal_pathlib
13+
```
14+

0 commit comments

Comments
 (0)