Skip to content

Commit

Permalink
docs: update README with conda info
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 2, 2024
1 parent 3e96d39 commit e7de356
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# FactSet SDK Utilities for Python

[![PyPi](https://img.shields.io/pypi/v/fds.sdk.utils)](https://pypi.org/project/fds.sdk.utils/)
[![Anaconda-Server Badge](https://anaconda.org/factset/fds.sdk.utils/badges/version.svg)](https://anaconda.org/factset/fds.sdk.utils)
[![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)

This repository contains a collection of utilities that supports FactSet's SDK in Python and facilitate usage of FactSet
Expand All @@ -22,6 +23,12 @@ poetry add fds.sdk.utils
pip install fds.sdk.utils
```

### Conda

```sh
conda install factset::fds.sdk.utils
```

## Usage

This library contains multiple modules, sample usage of each module is below.
Expand Down

0 comments on commit e7de356

Please sign in to comment.