Skip to content

Commit 4e085ac

Browse files
authored
Document PyPI installation procedure
2 parents c184f28 + 4263e08 commit 4e085ac

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gitfs [![Build Status](https://drone.presslabs.net/api/badges/PressLabs/gitfs/status.svg?arrra)](https://drone.presslabs.net/github.com/PressLabs/gitfs) [![Coverage Status](https://coveralls.io/repos/PressLabs/gitfs/badge.png?branch=HEAD)](https://coveralls.io/r/PressLabs/gitfs?branch=HEAD)
1+
gitfs [![Build Status](https://drone.presslabs.net/api/badges/PressLabs/gitfs/status.svg?arrra)](https://drone.presslabs.net/github.com/PressLabs/gitfs) [![Coverage Status](https://coveralls.io/repos/PressLabs/gitfs/badge.png?branch=HEAD)](https://coveralls.io/r/PressLabs/gitfs?branch=HEAD) ![PyPI](https://img.shields.io/pypi/v/gitfs)
22
========
33

44
# Welcome to GitFS
@@ -37,10 +37,19 @@ sudo apt-get install gitfs
3737
```
3838

3939
### MacOS
40+
4041
```bash
4142
brew install gitfs
4243
```
4344

45+
#### Pip
46+
47+
We also publish a package to PyPI, which can be installed via pip using the following commmand:
48+
49+
```bash
50+
pip install gitfs
51+
```
52+
4453
## Usage
4554

4655
You can mount a remote or local repository easly, just by providing the repository to clone and a directory used to mount.

0 commit comments

Comments
 (0)