Skip to content
Snippets Groups Projects
Commit 86b1e42f authored by Blaise Li's avatar Blaise Li
Browse files

Merge branch 'master' of gitlab.pasteur.fr:bli/libhts

parents 917c8984 57aeede6
Branches main
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
python3.6 setup.py build_ext /usr/bin/env python3 setup.py build_ext
# .egg-link does not work with PYTHONPATH ? # .egg-link does not work with PYTHONPATH ?
python3.6 -m pip install -e . /usr/bin/env python3 -m pip install -e .
python3.6 -m pip install --no-deps --ignore-installed . /usr/bin/env python3 -m pip install --no-deps --ignore-installed .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment