I am trying to install exafmm to use in Python 3.8 using Jupyter notebook.
It should be simple, and so I don't know what the problem is. I've been stuck and unable to solve this. When I run the code, I get the error
File "<ipython-input-8-d0f090c60924>", line 3
./configure
^
SyntaxError: invalid syntax
!git clone https://github.com/exafmm/exafmm-t.git
%cd exafmm-t
./configure
make
make install
I have tried putting sudo
in front of ./configure
.