Installing modules to Anaconda from .tar.gz

后端 未结 4 633
不思量自难忘°
不思量自难忘° 2020-12-01 04:57

When I want to install modules to Anaconda, I run conda install. However, now I have a .tar.gz file and want to install this. How to do?

4条回答
  •  死守一世寂寞
    2020-12-01 05:30

    Here is how to do :

    Q:\anaconda3\Scripts>conda install q:\quandl-3.4.4-py37_0.tar.bz2
    
    Downloading and Extracting Packages
    
    ########################################################################################### 
    #################################################################### | 100%
    Preparing transaction: done
    Verifying transaction: done
    Executing transaction: done
    
    Q:\anaconda3\Scripts>
    

提交回复
热议问题