You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
## Example: Building and uploading a Wheel for Pandas
80
77
81
78
The following example shows how to build a wheel for [Pandas](http://pandas.pydata.org/) and upload it to the index. Make sure you have the [devpi-client](https://pypi.python.org/pypi/devpi-client) installed.
82
79
80
+
pip install cython # Cython is required to build Pandas
81
+
83
82
git clone https://github.com/pydata/pandas.git
84
83
cd pandas
85
-
git checkout v0.16.2
84
+
git checkout v0.16.2
86
85
87
-
devpi use http://testuser:testpassword@192.168.99.99/myuser/dev
88
-
devpi login myuser --password=testpassword
86
+
devpi use http://testuser:testpassword@<external_ip>/testuser/dev
0 commit comments