I am trying to check with Python but getting an error..
sridharbodla opened this issue · 7 comments
sridharbodla commented
orgh0 commented
@sridharbodla are you in the repository home when you're trying to import apertium?
orgh0 commented
Also, you need to install the requirements.txt which has all the dependencies. Along with which you need to install the language specific data as well.
orgh0 commented
wget http://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash
sudo apt-get -f --allow-unauthenticated install apertium-all-dev
sudo apt-get -f --allow-unauthenticated install apertium-es-en apertium-eng
Run this first and get all the apertium language-specific data and install apertium
then pip install the requirements.txt
sridharbodla commented
Thanks for your reply..
the above commands seems to for Linux. Can you please share the info for windows installation?
ftyers commented
This should work with Windows too.
sridharbodla commented
How to install this in windows?