Skip to content

Commit

Permalink
markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nimar committed Dec 8, 2017
1 parent 76c7920 commit ed68540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ This will generate a file csolve.so (or csolve.pyd on Windows). Compiling Python
* [Install Microsoft Windows SDK for Windows 7 and .NET Framework 4](http://www.microsoft.com/en-us/download/details.aspx?id=8279)
* Create the following file:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\vc\bin\amd64\vcvars64.bat
```C:\Program Files (x86)\Microsoft Visual Studio 10.0\vc\bin\amd64\vcvars64.bat```
with the single-line content:

CALL "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
```CALL "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64```
* Compile as usual

python setup.py build_ext --inplace
```python setup.py build_ext --inplace```
Authors
=======
* Nimar S. Arora, Bayesian Logic Inc., nimar.arora@gmail.com
Expand Down

0 comments on commit ed68540

Please sign in to comment.