PyVector Compiler compiles a pyvector formula into python vector expression and evaluates it, by replacing pyvector tokens and operations with pandas equivalent vector operations
Enter /src folder:
$ cd srcCreate python virtual environment:
$ py -m venv .venvActivate python virtual environment:
$ .venv\scripts\activateUpdate pip package installer
$ pip3 install --upgrade pipInstall the requirements:
(.venv) PS C:\pyvector\src> python -m pip install -r requirements.txtStart the FastAPI server
$ py main.py
(.venv) PS C:\pyvector\src> py main.py
0 True
1 False
2 False
dtype: bool