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

Need for too many manual operations in order to install the package #17

Open
shervinea opened this issue Sep 10, 2021 · 0 comments
Open

Comments

@shervinea
Copy link
Owner

Context. With package repos such as PyPI, package installation can be done with a single command.

Setup. Suppose a user wants to install EnzyNet.

Current behavior. The user currently needs to perform 4 steps:

  1. Navigate to a folder of interest
cd path/to/where/the/package/can/be/installed/
  1. Manually clone the repository
git clone https://github.com/shervinea/enzynet.git
  1. Install dependencies
pip3 install -r requirements.txt
  1. And then install the package itself
pip3 install .

Desired behavior. Install the package with just:

pip3 install enzynet
@shervinea shervinea changed the title Needs for too many manual operations in order to install the package Need for too many manual operations in order to install the package Sep 10, 2021
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

1 participant