“Cómo instalar pandas en python por git” Código de respuesta

Cómo instalar pandas en python por git

python setup.py build --compiler=mingw32
python setup.py install
Thoughtful Toucan

Cómo instalar pandas en python por git

git clone git://github.com/pydata/pandas.git
cd pandas
python setup.py install
Thoughtful Toucan

Cómo instalar pandas en python por git

python setup.py build_ext --inplace
Thoughtful Toucan

Respuestas similares a “Cómo instalar pandas en python por git”

Preguntas similares a “Cómo instalar pandas en python por git”

Más respuestas relacionadas con “Cómo instalar pandas en python por git” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código