In the PennyLane docs/guide walking through the installation steps , there’s a reference to ‘requirements-dev.txt‘; this seems to have been removed. Is there a good place to find these now?
Hi @jarrett_smalley ,
It’s good to see you here in the Forum!
The requirements have now been moved to pyproject.toml so the installation and dependencies page actually changed. You can find the new instructions in the latest version of this page. We will have a new PennyLane release in the next couple of days, so once the release is done you will find these new instructions in the stable version of the docs.
Let us know if you have any issues with these new instructions!
Note for anyone else seeing this post: if you’re only planning on using PennyLane (as opposed to developing new functionality based on PennyLane) then you can simply pip install pennylane following the instructions in our install page.
I hope this helps!