Pycharm Installation

Hi all!

I am a bio student studying fea simulations. I only have experience within matlab, but my professor has provided some fenics python code to test further aspects of our project, but I cannot get the software function. I am using windows10. The python code was provided by a PhD student who is now uncontactable.

I have installed pycharm community, with python3.11, and attempted to install fenics through pip. however running the code gives the " ModuleNotFoundError: No module named ‘fenics’ " error.

After reading some forum posts I installed WSL, and input the following:

   add-apt-repository ppa:fenics-packages/fenics
   apt update
   apt install fenicsx

as per GitHub - FEniCS/dolfinx: Next generation FEniCS problem solving environment
However, I am unsure as to what my next step is, any help would be greatly appreciated. I apologise for my complete lack of comp sci knowledge.