Skip to content

Commit 53eac22

Browse files
[skip travis] Update README
changed package installation guidelines
1 parent cdb637c commit 53eac22

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ Further you can read documentation [here](https://machine-intelligence-laborator
3434

3535
---
3636
## How to install TopicNet
37-
**Core library functionality is based on BigARTM library** which requires manual installation.
38-
To avoid that you can use [docker images](https://hub.docker.com/r/xtonev/bigartm/tags) with preinstalled different versions of BigARTM library in them.
37+
**Core library functionality is based on BigARTM library** which required manual installation on all systems.
38+
Currently we have working solution for Linux users:
39+
```
40+
pip install topicnet
41+
```
42+
as it is currently awailiable to install BigARTM on linux systems via `pip`. We hoping to bring `pip` installation support to other systems, hovewer right now you may find the following guide useful.
43+
44+
To avoid installing BigARTM you can use [docker images](https://hub.docker.com/r/xtonev/bigartm/tags) with preinstalled different versions of BigARTM library in them.
3945

4046
#### Using docker image
4147
```

0 commit comments

Comments
 (0)