summaryrefslogtreecommitdiffstats
path: root/external/install.bat
blob: 7784b8783a6b0f7297c9081ee05d7c4fb5393363 (plain)
1
2
3
4
5
6
7
8
9
10
11
python -m pip install --user --upgrade pip
pip install --user "pycuda-2018.1+cuda92148-cp27-cp27m-win_amd64.whl" 
pip install --user MySQL_python-1.2.5-cp27-none-win_amd64.whl 

pip --no-cache-dir install --user setuptools==39.1.0 numpy==1.14.5 tifffile==0.14.0 SimpleParse==2.1.1 redis==2.10.6 rq==0.12
pip --no-cache-dir install --user weave scikit-image opencv-python h5py pydicom Pillow django mpi4py pycuda

REM Needs fixing, doesn't work with recent versions of RQ
REM pip install --user git+https://github.com/michaelbrooks/rq-win.git#egg=rq-win

COPY stdint.h "C:\Users\csa\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\include"