Skip to content
Snippets Groups Projects
Commit cdbd8791 authored by Lukasz Pszenny's avatar Lukasz Pszenny
Browse files

Changing installation to directly from git

parent 0eec74e1
No related branches found
No related tags found
No related merge requests found
Pipeline #10902 passed
...@@ -2,11 +2,8 @@ ...@@ -2,11 +2,8 @@
import subprocess import subprocess
from setuptools import find_packages, setup from setuptools import find_packages, setup
# Clone the lambo repository
subprocess.call(['git', 'clone', 'https://gitlab.clarin-pl.eu/syntactic-tools/lambo.git', '--depth', '1'])
# Install lambo using pip # Install lambo using pip
subprocess.call(['pip', 'install', './lambo']) subprocess.call(['pip', 'install', 'git+https://gitlab.clarin-pl.eu/syntactic-tools/lambo.git#egg=lambo'])
REQUIREMENTS = [ REQUIREMENTS = [
'absl-py==0.9.0', 'absl-py==0.9.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment