Facing error message as : python-empy: command not found

Hello ,

  I am trying to install Development Environment on Linux and facing the following error

neelesh@neelesh-Lenovo-G580:~$ python-empy qtcreator cmake build-essential genromfs -y
python-empy: command not found
neelesh@neelesh-Lenovo-G580:~$

Please kindly help me resolve this.
Thankyou !!!

That shouldn’t be a separate command, those are packages to install via apt-get.

This is a single command continued onto the next line (note the \).

sudo apt-get install python-argparse git-core wget zip \
python-empy qtcreator cmake build-essential genromfs -y

Hi dagar, Thanks for your reply ,

This the following error I am facing when i am trying to give the whole command

neelesh@neelesh-Lenovo-G580:~$ sudo apt-get install python-argparse git-core wget zip \ python-empy qtcreator cmake build-essential genromfs -yReading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘libpython2.7-stdlib’ instead of ‘python-argparse’
E: Unable to locate package python-empy
neelesh@neelesh-Lenovo-G580:~$

Is this Ubuntu? Which version?
Try just sudo apt-get install python-empy