Python Forum

Full Version: pyserial-master installed bbut not recognized
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello
Anconda 3.7 installed correctly and functioning
thank for previous help Smile


installed pyserial-master for web site.
installed in the same directory of Anaconda 3.7 as directory named pyserial-master
instruction assume we in Linux
how to get import serial in code iPython console to recognize


1- do we need to copy the file to Anaconda/Lib?

2- does iPython console In [1] behave like >>> prompt then we type python --- commands
this command fails in iPython console window?


3- if we use cmd black window to issue commands where we set in prompt
in anaconda 3.7 directory or where pyserial directory or where setup.py file ?
none of these make install pyserial

4- python or conda command does not work in cmd window? then how to talk to anaconda from cmd windows? which dir we should be and type conda or python to get install or update response?


5- proper procedure to use Spyder IPython to give installation and update to python
as the instructions indicates we need to do that?
or this only done in cmd window and ipython has no access to cmd shell?


thank you for your help