Quantipy / quantipy

Python for people data
MIT License
66 stars 14 forks source link

Installlation query #1130

Closed AnkitMoody closed 5 years ago

AnkitMoody commented 6 years ago

Please suggest how can we install Quantipy package and configure with my Python. Any specific system requirements for Quantipy?

jskalant commented 6 years ago

Hi Ankit!

The best way to go about it is by installing Anaconda (https://www.anaconda.com/)

Once you have this package manager, create a new environment with

conda create -n envqp python=2.7 numpy==1.11.3 scipy==0.18.1

After this, from your CLI go to the folder where you have the quantipy-master and run

pip install -r requirements_dev.txt

Hope this helps.

Cheers,

JC

AnkitMoody commented 6 years ago

Thanks @jskalant

Can you please look at latest issue I shared today #1147

Havlin commented 5 years ago

@jskalant Do you know if/when there will be a quantipy version that can be installed with Python 3?

alextanski commented 5 years ago

We are closing inactive issues and if this still is a problem you will please need to create a new issue.