Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.28 KB

INSTALL.md

File metadata and controls

47 lines (31 loc) · 1.28 KB

Running 1

Either clone

git clone https://github.com/urbanij/syRF.git

or download the repository locally and cd into it:

cd syRF

then create/activate the virtual environment

pipenv shell

and install the dependencies

pip install -r requirements.txt

then

make

to generate the Python UI files from the XMLs.

and finally type ./syRF_launch to launch the main app or one of the other launchers such as ./smith, ./stub_matching to launch the Smith chart tool and the stub matching tool respectively.



Walk-through installation:

asciicast


1: It works even on Windows but it can be slightly more cumbersome. You might need to add to the environment variables at least python and pipenv if you want to avoid writing the whole executable path each time. To do that open the environment variables settings and add to path: C:\Users\<your_username>\AppData\Local\Programs\Python\Python37 and C:\Users\<your_username>\AppData\Local\Programs\Python\Python37\Scripts.

make too may fail: if that happens just paste each command inside all into the terminal, separately.

Get in touch if you have trouble or just use Linux.