Cannot execute pip install from Docker on Windows 10

Howdie guys!

I have been trying to install openmc on Win10 for two hours but still no luck.
I followed this routine (Quick Install Guide — OpenMC Documentation), but I have no idea what to do next. I have opened a command line for the project in docker, typed pip install. And it says that I need to specify requirements (pip install -r package). I am kinda confused about what to do next… :frowning:
Here is a screenshot of what I am getting

@nuclearsneke The container already has OpenMC installed with all dependencies. Just write your code and run it :rocket:

Should I write it in docker command line or anywhere else? Sorry for kinda dumb questions but I really don’t understand :sweat_smile: