You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of merging a number of documentation fix pull requests, adding my
own docs updates, and encountering some nasty installation issues for a student
trying to set up oh-bugimporters, Asheesh and I have agreed that there needs to
be an update to the install process and current dependencies included by
virtualenv. (See #53 for
comments and context.)
Asheesh believes that the second method is superior, and we should remove the
first. We would also like to get rid of step 6:
env/bin/pip install -r devrequirements.txt
It could be wrapped into step 5 using pip, for instance, and we will no longer
have to treat the testing dependencies as optional, second-class citizens! On
the other hand, at minimum, it would be nice to add the devrequirements.txt to
the setup.py file if we continue to use that. This would help to streamline the
install process.
Asheesh to correct me if I transcribed any of this wrong/poorly.
Status: unread
Nosy List: amagineer, ehashman, paulproteus
Priority: feature
Imported from roundup ID: 989 (view archived page)
Last modified: 2014-05-11.22:15:30
The text was updated successfully, but these errors were encountered:
Comment by ehashman:
own docs updates, and encountering some nasty installation issues for a student
trying to set up oh-bugimporters, Asheesh and I have agreed that there needs to
be an update to the install process and current dependencies included by
virtualenv. (See #53 for
comments and context.)
Looking at
http://oh-bugimporters.readthedocs.org/en/latest/intro.html#installation , we
now offer two ways to get the dependencies:
Asheesh believes that the second method is superior, and we should remove the
first. We would also like to get rid of step 6:
env/bin/pip install -r devrequirements.txt
It could be wrapped into step 5 using pip, for instance, and we will no longer
have to treat the testing dependencies as optional, second-class citizens! On
the other hand, at minimum, it would be nice to add the devrequirements.txt to
the setup.py file if we continue to use that. This would help to streamline the
install process.
Asheesh to correct me if I transcribed any of this wrong/poorly.
Status: unread
Nosy List: amagineer, ehashman, paulproteus
Priority: feature
Imported from roundup ID: 989 (view archived page)
Last modified: 2014-05-11.22:15:30
The text was updated successfully, but these errors were encountered: