Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update oh-bugimporters install process and required dependencies #62

Open
ghost opened this issue Sep 3, 2014 · 0 comments
Open

Update oh-bugimporters install process and required dependencies #62

ghost opened this issue Sep 3, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 3, 2014

Comment by ehashman:

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.)

Looking at
http://oh-bugimporters.readthedocs.org/en/latest/intro.html#installation , we
now offer two ways to get the dependencies:

  1. env/bin/python setup.py develop
  2. env/bin/pip install -e .

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants