You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you for your work on PokemonRedExperiments. It's a valuable resource and I'm excited to see it on YouTube. I've recently encountered some challenges setting up the environment using the provided requirements.txt and I believe that many others might face the same issues, especially when there's a mix of packages that aren't readily available across all platforms or channels.
To make the setup process more seamless, I have two suggestions:
Conda Environment: Conda is a widely used package manager that excels in creating isolated Python environments. I'd like to kindly request if you could provide a Conda environment file (environment.yml) with all the necessary dependencies. This would greatly streamline the setup for users who utilize Conda and ensure that all dependencies are satisfied without conflicts.
Docker Support: For users who might not want to setup everything on their local machine or might face system-specific issues, Docker provides an excellent solution. By offering a Dockerfile for this project, users could simply build and run a Docker container to get started. This container would house all dependencies and the necessary environment, ensuring that the project runs consistently across all setups.
Implementing these suggestions would significantly lower the barrier to entry for many users and make it easier for them to benefit from your project.
Thank you for considering this request, and I look forward to any updates!
Best regards,
zhiwei
The text was updated successfully, but these errors were encountered:
Hello , PWhiddy
Firstly, thank you for your work on PokemonRedExperiments. It's a valuable resource and I'm excited to see it on YouTube. I've recently encountered some challenges setting up the environment using the provided
requirements.txt
and I believe that many others might face the same issues, especially when there's a mix of packages that aren't readily available across all platforms or channels.To make the setup process more seamless, I have two suggestions:
Conda Environment: Conda is a widely used package manager that excels in creating isolated Python environments. I'd like to kindly request if you could provide a Conda environment file (
environment.yml
) with all the necessary dependencies. This would greatly streamline the setup for users who utilize Conda and ensure that all dependencies are satisfied without conflicts.Docker Support: For users who might not want to setup everything on their local machine or might face system-specific issues, Docker provides an excellent solution. By offering a Dockerfile for this project, users could simply build and run a Docker container to get started. This container would house all dependencies and the necessary environment, ensuring that the project runs consistently across all setups.
Implementing these suggestions would significantly lower the barrier to entry for many users and make it easier for them to benefit from your project.
Thank you for considering this request, and I look forward to any updates!
Best regards,
zhiwei
The text was updated successfully, but these errors were encountered: