summaryrefslogtreecommitdiffstats
path: root/external/install.bat
diff options
context:
space:
mode:
Diffstat (limited to 'external/install.bat')
-rw-r--r--external/install.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/install.bat b/external/install.bat
new file mode 100644
index 0000000..7784b87
--- /dev/null
+++ b/external/install.bat
@@ -0,0 +1,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"