Interesting files:
Set up the Python aspect of the server like this:
Make a folder resources/python
and cd
into it.
cd resources/python
mkdir -p public
python3 -m venv venv
source venv/bin/activate
pip install numpy scipy matplotlib sympy
Interesting files:
Set up the Python aspect of the server like this:
Make a folder resources/python
and cd
into it.
cd resources/python
mkdir -p public
python3 -m venv venv
source venv/bin/activate
pip install numpy scipy matplotlib sympy