Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 530 Bytes

install.rst

File metadata and controls

27 lines (18 loc) · 530 Bytes

Installation

Conda

The s3fs library and its dependencies can be installed from the conda-forge repository using conda:

$ conda install s3fs -c conda-forge

PyPI

You can install s3fs with pip:

pip install s3fs

Install from source

You can also download the s3fs library from Github and install normally:

git clone git@github.com:fsspec/s3fs
cd s3fs
python setup.py install