Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evildmp committed May 21, 2014
1 parent 4b44f99 commit 7c6908a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 2 additions & 3 deletions REQUIREMENTS.txt
@@ -1,4 +1,3 @@
# -e hg+https://bitbucket.org/evildmp/semanticeditor#egg=semanticeditor

# -e git+https://github.com/evildmp/django-widgetry.git#egg=django-widgetry
-e git+https://github.com/evildmp/django-widgetry.git@master#egg=django-widgetry-evildmp

-e git+https://github.com/evildmp/django-chained-selectbox.git@master#egg=django-chained-select-box-evildmp
2 changes: 2 additions & 0 deletions docs/getting_started/installation.rst
Expand Up @@ -32,6 +32,8 @@ Install PIP components

# install Arkestra & dependencies
pip install -e git+https://github.com/evildmp/Arkestra.git@develop#egg=Arkestra
# install the things that pip can't do automatically
pip install -r src/arkestra/REQUIREMENTS.txt


From this point you can wrestle Arkestra into submission on your own, or get started using the `example` project included.
Expand Down
6 changes: 0 additions & 6 deletions setup.py
Expand Up @@ -23,11 +23,5 @@
'django-pagination',
'django-easyfilters',
'django-treeadmin',
'django-widgetry',
'django-chained-selectbox',
],
dependency_links=[
'https://github.com/evildmp/django-widgetry/archive/improve-link-schema.zip#egg=django-widgetry-evildmp',
'https://github.com/evildmp/django-chained-selectbox/archive/fk-compatibility.zip#egg=django_chained_selectbox-evildmp',
],
)

0 comments on commit 7c6908a

Please sign in to comment.