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

Changing installation to directly from git

parent c989d8c1
Branches
Tags
No related merge requests found
Pipeline #10279 passed with stage
in 6 minutes and 30 seconds
......@@ -2,11 +2,8 @@
import subprocess
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
subprocess.call(['pip', 'install', './lambo'])
subprocess.call(['pip', 'install', 'git+https://gitlab.clarin-pl.eu/syntactic-tools/lambo.git#egg=lambo'])
REQUIREMENTS = [
'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