commit 0730badd08c7db442b4739ee554dc8a281ea0680 Author: vivekvardhanadepu Date: Fri Jul 16 12:16:45 2021 +0530 adding python dependencies diff --git a/.github/workflows/training.yml b/.github/workflows/training.yml index 12ea001..cb94645 100644 --- a/.github/workflows/training.yml +++ b/.github/workflows/training.yml @@ -31,12 +31,10 @@ jobs: run: | sudo apt-get -qfy install libgoogle-perftools-dev libsparsehash-dev mkdir build - ls cd build cmake .. make cd .. - ls - name: checking out apertium-eng-spa uses: actions/checkout@v2 @@ -47,12 +45,9 @@ jobs: - name: Installing apertium-eng-spa locally working-directory: apertium-eng-spa run: | - ls autoreconf -fvi ./configure make - ls / - ls $HOME - name: Training working-directory: tests/training diff --git a/README.md b/README.md index 1a039c7..82dc834 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ for more, read https://wiki.apertium.org/wiki/Ideas_for_Google_Summer_of_Code/Us - [apertium-core](https://wiki.apertium.org/wiki/Installation) (install apertium-lex-tools with yasmet) - [fast_align](https://github.com/clab/fast_align) - [language pair](https://wiki.apertium.org/wiki/List_of_language_pairs) (install locally) +- python dependencies in requirements.txt ## Installation steps diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..660f466 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +tomlkit==0.7.2