Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Removed dev import logic from multimech-run#7

Open
richleland wants to merge 1 commit into
cgoldberg:masterfrom
richleland:devimport
Open

Removed dev import logic from multimech-run#7
richleland wants to merge 1 commit into
cgoldberg:masterfrom
richleland:devimport

Conversation

@richleland

Copy link
Copy Markdown
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
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants