-
Notifications
You must be signed in to change notification settings - Fork 41
Win64Build
Ricardo Ferraz Leal edited this page Apr 4, 2019
·
3 revisions
Make sure to download 64 bit packages!
Install MSVC++ for Python from https://www.microsoft.com/en-us/download/details.aspx?id=44266
Install Anaconda 64-bit Python 2.7 from https://www.continuum.io/downloads
Install Git from https://git-scm.com/download/win
git clone https://github.com/SasView/sasview.git
git clone https://github.com/SasView/sasmodels.git
conda install numpy scipy wxpython matplotlib pil lxml pillow pylint pyparsing sphinx reportlab pytest cffi decorator py
pip install pyopencl xmlrunner unittest-xml-reporting xhtml2pdf html5lib
pip install tinycc
The sphinx, bumps and periodictable Anaconda packages are not up to date. To install the latest versions, use pip as below:
pip install sphinx==1.3.6
pip install bumps==0.7.5.9
pip install periodictable==1.3.0
Notes:
-
If attempting to upgrade older versions of bumps and/or periodictable, first uninstall any versions already installed.
pip uninstall bumps pip uninstall periodictable
You may need to issue these commands more than once to ensure that all previous versions are cleaned out.
- The above does not install the latex environment needed to build PDF docs.
- To build the windows installer you also need innosetup and py2exe.
cd sasview
python setup.py build
python run.py
The process for building the help docs has been steadily evolving. The latest instructions might be found here
- View/Subscribe to the SasView Calendar
- Fortnightly developer's agenda/minutes
- Developer Guides
- Admin Processes and Procedure Notes
- Active Project Pages
- Historical Archive of Obsolete Pages
- Contributor e-Learning Course (free)
- Non Coding contribution needs/projects
- New functionality projects
- DRAFT for acknowledging contributions