digitros / nextjs-fastapi

https://nextjs-fastapi-starter.vercel.app
MIT License
390 stars 112 forks source link

Virtual Environment? #14

Open benfwalla opened 6 months ago

benfwalla commented 6 months ago

What if I want to make a virtual environment to support my Python build? Where should I put /venv in the repo? I'm guessing the root, as that is where requirements.txt is, but that's just my guess. Would love to know if there is a best practice here.

MomchilovP commented 5 months ago

What if I want to make a virtual environment to support my Python build? Where should I put /venv in the repo? I'm guessing the root, as that is where requirements.txt is, but that's just my guess. Would love to know if there is a best practice here.

you can create a virtual environment in the root directory and it will work fine