简体   繁体   English

如何点子安装外汇python

[英]How to pip install forex python

I am attempting to install forex-python. 我正在尝试安装外汇Python。 I have attempted to find a meaningful answer to this question everywhere, however my search has been in vain. 我试图在任何地方找到对该问题的有意义的答案,但是我的搜索一直没有成功。 Now, the Python Software Foundation's instructions are to pip install it. 现在,Python Software Foundation的说明是pip安装它。 I am currently using Python V3.6.1 and the Foundation states that versions 3.4 or greater have pip installed directly into them. 我目前正在使用Python V3.6.1,基金会表示3.4或更高版本已将pip直接安装到其中。 I am using the executable installer of v3.6.1. 我正在使用v3.6.1的可执行安装程序。 My question is this: where do you pip install this package on Windows? 我的问题是:您在Windows的何处安装此软件包? I attempted to install the package in the python command prompt, tagged Python 3.6(64 bit), using the statement pip install forex-python though it resulted in a syntax error. 我尝试使用语句pip install forex-python在标记为Python 3.6(64位)的python命令提示符中安装该软件包,尽管这会导致语法错误。 Is the module supposed to be installed on the Python interpreter? 该模块是否应该安装在Python解释器上? Since I am using Windows Vista, what is the Windows version of a terminal? 由于我使用的是Windows Vista,终端的Windows版本是什么? I am unaccustomed to a Windows operating system on a Toshiba computer and I am more familiar with Mac OS X. If there is a version, what is it called and how do I find it? 我不习惯使用东芝计算机上的Windows操作系统,并且对Mac OS X更为熟悉。如果有版本,它叫什么名字,怎么找到? And if it is supposed to be installed on the Python interpreter, why does it give a syntax error when I enter the statement? 而且,如果应该将其安装在Python解释器上,为什么在输入该语句时却出现语法错误? When I asked for help, it stated all information about pip, however it did not state how to install forex-python. 当我寻求帮助时,它说明了有关pip的所有信息,但是未说明如何安装forex-python。 I currently have forex-python downloaded on this computer, symbolized by the logo of three books. 我目前在这台计算机上下载了forex-python,由三本书的徽标表示。 It is complete with the code, readmes and files, however, I do not know how to install it for usage in IDLE programs, like my currency converter. 它包含代码,自述文件和文件,但是,我不知道如何安装它以便在IDLE程序(如货币转换器)中使用。 I would be very grateful for any help on this subject. 对于这个问题的任何帮助,我将不胜感激。

you can try 你可以试试

pip install forex-python

or 要么

pip install git+https://github.com/MicroPyramid/forex-python.git

then you can check the installation through 然后您可以通过以下方式检查安装

pip freeze

if it is listed in it then it is installed 如果它在其中列出,则说明已安装

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM