jwoehr / qisjob

Qiskit Job Control
Other
32 stars 4 forks source link

installing... missing instruction? #5

Closed omarcostahamido closed 3 years ago

omarcostahamido commented 3 years ago

here is what I am getting:

$  ./setup.py 
Compiling qis_job/qis_job.pyx because it changed.
[1/1] Cythonizing qis_job/qis_job.pyx
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied
omarcostahamido commented 3 years ago

for the record:

$  pip install .
Processing /Users/user/Documents/qis_job-3.2
Using legacy 'setup.py install' for qis-job, since package 'wheel' is not installed.
Installing collected packages: qis-job
    Running setup.py install for qis-job ... done
Successfully installed qis-job-3.2
jwoehr commented 3 years ago

I just use make

omarcostahamido commented 3 years ago

so, that's is a third option? Should we add it to the readme?