Skip to content

Commit af3f513

Browse files
committed
README update
1 parent 63afaec commit af3f513

File tree

1 file changed

+11
-28
lines changed

1 file changed

+11
-28
lines changed

README.rst

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ dependency parsing. The tool itself is implemented in C++
2020
Installation
2121
----------------
2222

23-
Linux
24-
~~~~~~~~~~
25-
26-
On modern Linux distributions, we recommend you use a Python virtual environment and install using ``pip``::
23+
We recommend you use a Python virtual environment and install using ``pip``::
2724

2825
pip install python-frog
2926

30-
When possible on your system (glibc >= 2.28, x86_64), this will install the binary
27+
When possible on your system, this will install the binary
3128
Python wheels *that include Frog and all necessary dependencies* **except for**
3229
frogdata. To download and install the data (in ``~/.config/frog``) you then only need to
3330
run the following once::
@@ -38,35 +35,21 @@ If you want language detection support, ensure you the have `libexttextcat`
3835
package (if provided by your distribution) installed prior to executing the
3936
above command.
4037

41-
If the binary wheels are not available for your distribution, you will need to first install Frog yourself.
42-
43-
Alpine Linux
44-
~~~~~~~~~~~~~~
45-
46-
First install Cython and Frog (``apk add cython frog frog-dev``), then ``pip install python-frog`` (preferably in a Python virtual environment)
47-
48-
Arch Linux
49-
~~~~~~~~~~~~~~
50-
51-
You can alternatively use the `AUR package <https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-frog-git>`_ .
38+
If the binary wheels are not available for your system, you will need to first
39+
install `Frog <https://github.com/LanguageMachines/frog>`_ yourself and then
40+
run ``pip install python-frog`` to install this python binding, it will then be
41+
compiled from source. The following instructions apply in that case:
5242

43+
On Arch Linux, you can alternatively use the `AUR package <https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-frog-git>`_ .
5344

54-
macOS
55-
~~~~~~~~
56-
57-
First use `homebrew <https://brew.sh/>`_ to install `Frog <https://languagemachines.github.io/frog>`_::
45+
On macOS; first use `homebrew <https://brew.sh/>`_ to install `Frog <https://languagemachines.github.io/frog>`_::
5846

5947
brew tap fbkarsdorp/homebrew-lamachine
60-
brew install frog
61-
62-
Then install this binding using ``pip`` (preferably in a Python virtual environment)::
63-
64-
pip install python-frog
48+
brew install ucto
6549

66-
Windows
67-
~~~~~~~~~~
50+
On Alpine Linux, run: ``apk add cython frog frog-dev``
6851

69-
Not supported natively, but you should be able to use the Frog python binding if you use WSL, or using Docker containers (see below).
52+
Windows is not supported natively at all, but you should be able to use the Ucto python binding if you use WSL, or using Docker containers (see below).
7053

7154
Docker/OCI Containers
7255
~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)