You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,14 @@ Further you can read documentation [here](https://machine-intelligence-laborator
34
34
35
35
---
36
36
## 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.
0 commit comments