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
Branches
Tags
No related merge requests found
Pipeline #10902 passed with stage
in 8 minutes and 44 seconds
...@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment