Skip to content

Commit ee61163

Browse files
Update README.md
1 parent 86ec2f0 commit ee61163

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
1-
==================
2-
Universal Pathlib
3-
==================
1+
# Universal Pathlib
42

53
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)
64

7-
Installation
8-
=============
5+
## Installation
96

10-
Pypi
11-
-----
7+
### Pypi
128

139
```bash
1410
pip install universal-pathlib
1511
```
1612

17-
conda
18-
------
13+
### conda
1914

2015
```bash
2116
conda install -c conda-forge universal_pathlib
2217
```
2318

24-
Basic Usage
25-
============
19+
## Basic Usage
2620

2721
```python
2822
>>> from upath import UPath

0 commit comments

Comments
 (0)