summaryrefslogtreecommitdiffstats
path: root/docs/docs/installation.md
blob: bfa9641f7c4e8e0011172aaa5360549fc3190515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Installation

Installing `pendulum` is quite simple:

```bash
$ pip install pendulum
```

or, if you are using [poetry](https://python-poetry.org):

```bash
$ poetry add pendulum
```