Skip to content
Snippets Groups Projects
Commit 501403b9 authored by Mahraz Behbood's avatar Mahraz Behbood
Browse files

Update README.md

parent f6f57df2
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ This is how I manage to un scons on my windows machine:
(Still did not manage to run the part about papis in sconstruct)
1. install (Anaconda for Windows)[https://docs.anaconda.com/anaconda/install/windows/]
1. install (Anaconda for Windows) [https://docs.anaconda.com/anaconda/install/windows/]
2. Run as administrator Anaconda prompt
3.
```
......@@ -34,8 +34,8 @@ This is how I manage to un scons on my windows machine:
conda activate template_project
```
4. You should also install the other pakages in your environment
a. (MiKTeX)[https://anaconda.org/conda-forge/miktex] is a requrement for LaTeX
b. (Inkscape)[https://anaconda.org/conda-forge/inkscape] if you have a part for converting your svg file to other formats
a. (MiKTeX) [https://anaconda.org/conda-forge/miktex] is a requrement for LaTeX
b. (Inkscape) [https://anaconda.org/conda-forge/inkscape] if you have a part for converting your svg file to other formats
5. In your sconstruct file if you have any OS path you should add it like below (I think it is also wok for other OS):
```
import os.path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment