Skip to content

Commit

Permalink
setup.py: automate installation of llvmlite_artiq dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fallen committed Aug 28, 2015
1 parent 2056831 commit fc1c7c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -60,7 +60,8 @@ def run(self):
install_requires=requirements,
extras_require={},
dependency_links=[
"git+https://github.com/pyqtgraph/pyqtgraph.git@a6d5e28#egg=pyqtgraph"
"git+https://github.com/pyqtgraph/pyqtgraph.git@a6d5e28#egg=pyqtgraph",
"git+https://github.com/m-labs/llvmlite.git@artiq#egg=llvmlite_artiq"
],
packages=find_packages(),
namespace_packages=[],
Expand Down

0 comments on commit fc1c7c2

Please sign in to comment.