Installation
Conda
The s3fs
library and its dependencies can be installed from the
conda-forge repository using
conda:
$ conda install s3fs -c conda-forge
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