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

Onnx library #15

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

AlKurpiakov
Copy link
Collaborator

No description provided.

Copy link
Member

@aobolensk aobolensk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, also collect comments from colleagues who will follow your instructions

README.md Outdated Show resolved Hide resolved
Comment on lines +32 to +38
*when you use pip, you need to use **venv** to avoid conflict between package managers (apt and pip)*

*in source(onnx) directory execute these commands:*
```
python3 -m venv .venv
source .venv/bin/activate
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. It is not necessary to be done in onnx directory
  2. It is better to guide users to run something from the specific directory directly specifying
    cd <work-dir>

Comment on lines +40 to +42
>to install pip `sudo apt-get install -y python3-pip`
>
>to install venv `sudo apt-get install -y python3-venv`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. It is better to move up things that should be done before
  2. You may mention that as a part of build requirements, like:
    Requirements:
    • Python 3.x (specify minimal required version) with pip and venv (optional)

Co-authored-by: Arseniy Obolenskiy <[email protected]>
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