ContactHands icon indicating copy to clipboard operation
ContactHands copied to clipboard

Installation problem

Open yustiks opened this issue 2 months ago • 1 comments

I follow instructions in INSTALL file. the following command has the issue:

python -m pip install -e

The issue is:

(detectron2_v0.1.1) C:\Users\aa\Downloads\ContactHands-main\ContactHands-main\detectron2_v0.1.1>python -m pip install -e


Usage:
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] [-e] <vcs project url> ...
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] [-e] <local project path> ...
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] <archive url/path> ...

-e option requires 1 argument

yustiks avatar Apr 24 '24 13:04 yustiks