Skip to content
Snippets Groups Projects
Commit ac31e874 authored by Sonja Huber's avatar Sonja Huber
Browse files

update README.md: necessary downloads for Windows

parent b273b4f2
No related branches found
No related tags found
1 merge request!13Top2Vec integration
......@@ -11,7 +11,17 @@ Top2Vec kann mit pip installiert werden:
```bash
`pip install top2vec`
```
um alle verschiedenen Varianten zu installieren noch folgende Befehle:
auf **Windows** sind möglicherweise noch folgende Installationen nötig, um top2vec zu installieren:
1. python developer tools:
```bash
py -m pip install python-dev-tools —user —upgrade
```
2. VisualStudio build tools:
[direkter Downloadlink](visualstuido.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16)
um alle verschiedenen Varianten zu installieren, führe zudem folgende Befehle aus:
```bash
pip install top2vec[sentence_encoders]
......@@ -19,7 +29,7 @@ pip install top2vec[sentence_transformers]
pip install top2vec[indexing]
```
bzw auf Mac in doppelten Anführungszeichen:
bzw auf **Mac** in doppelten Anführungszeichen:
```bash
pip3 install "top2vec[sentence_encoders]"
......@@ -84,4 +94,4 @@ pip install plotly
python3 top2vec_inspect_docs.py
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment