Skip to content

Commit 4e94d6e

Browse files
authored
Update README.md
1 parent 84ba470 commit 4e94d6e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,13 @@ The Telegram API works differently: you will first need to setup Chatistics, the
8282

8383
## 2. Setup Chatistics
8484

85-
First, install the required Python packages:
86-
87-
**Use conda (recommended)**
85+
First, install the required Python packages using conda:
8886

8987
```
9088
conda env create -f environment.yml
9189
conda activate chatistics
9290
```
9391

94-
**Or virtualenv**
95-
96-
```
97-
virtualenv chatistics
98-
source chatistics/bin/activate
99-
pip install -r requirements.txt
100-
```
101-
10292
You can now parse the messages by using the command `python parse.py <platform> <arguments>`.
10393

10494
By default the parsers will try to infer your own name (i.e. your username) from the data. If this fails you can provide your own name to the parser by providing the `--own-name` argument. The name should match your name exactly as used on that chat platform.

0 commit comments

Comments
 (0)