Right click in winpython folder: '''C:\WinPython27''', and select '''SVN Checkout'''. Write the path:
svn://svn.gna.org/svn/relax/trunk
svn://svn.gna.org/svn/relax/branches/relax_disprelax_disp_64
= Build relax =
Open the '''WinPython Command Prompt''' <br>
Navigate to the SVN checked out relax folder
cd C:\WinPython27\relax_disprelax_disp_64
scons
Or navigate to C:\WinPython27\relax_disprelax_disp_64, hold "Shift" and right click, "Open command window here". Write:
pyt64
scons
Modify '''C:\WinPython27\WinPython-64bit-xxx\scripts\own\pyt64.bat''', and add to end of file
<source lang="powershell">
set PATH=%PATH%;C:\WinPython27\relax_disprelax_disp_64
</source>