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

Removed dev import logic from multimech-run #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richleland
Copy link
Contributor

This logic isn't needed as you can achieve the same thing easily with pip:

  1. Make a git clone of the repo
  2. Inside a virtualenv and from the clone's root, run pip install -e .

This allows you to edit and run the cloned copy of multi-mechanize.

Also, the import itself isn't needed at all because it's never used in the code that follows.

This logic isn't needed as you can achieve the same thing easily with pip:

1. Make a git clone of the repo
2. Inside a virtualenv and from the clone's root, run `pip install -e .`

This allows you to edit and run the cloned copy of multi-mechanize.
@alisaifee
Copy link
Contributor

Hi,
I'm consolidating some of the pull requests. this request doesn't merge cleanly into cgoldberg/master. could you please rebase and send the pull request again?

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

Successfully merging this pull request may close these issues.

2 participants