Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMozaffar committed Mar 23, 2024
1 parent da06825 commit cc82314
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Right now very few currencies and cryptos are supported, but you can help with t

## Getting started

To Install FastExchange, simply do

```
pip install fastexchange
```

You can see the examples in examples/ folder, the library is type stated, which helps you alot with code interface.
Make sure if you're using the library, your IDE's static type checker is on, otherwise you might get confused and take too much effort into debugging when you don't really need it.
This is most advanced use case right now.
Expand Down

0 comments on commit cc82314

Please sign in to comment.