Skip to content

Commit dd2a434

Browse files
authored
docs: update installation guide in getting_started (#65)
1 parent 9290b86 commit dd2a434

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/getting_started/installation.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
## Coming Soon
1+
# Getting started
2+
3+
PyRetailScience is a powerful framework for rapid bespoke and deep dive retail analytic. It equips you with a wide
4+
array of retail analytical capabilities, from segmentations to gain-loss analysis. Leave the mundane to us and elevate
5+
your role from data janitor to insights virtuoso.
6+
7+
## Installation
8+
9+
PyRetailScience is published as a [Python package](https://pypi.org/project/pyretailscience/) and can be installed with
10+
`pip`, ideally by using a
11+
[virtual environment](https://realpython.com/what-is-pip/#using-pip-in-a-python-virtual-environment). Open a terminal
12+
and install with:
13+
14+
```bash
15+
pip install pyretailscience
16+
```

0 commit comments

Comments
 (0)