Recommended flow for adding/removing files locally, pushing to server and updating on server #9410
-
I thought But it didn't work properly until I ran Does anyone else think this is odd? Do I need to run |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Isn't it clear from reading the docs?
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately, no. One reason for this confusion: if I manually add a library to
So, I run Are you saying that actually I should run (Fully aware this could be a PyCharm issue and not a docs issue)
When you say it like that, it does. So then I ask: why do we need |
Beta Was this translation helpful? Give feedback.
No, I do not think they are and I do not know if it makes sense to emphasize these workflows. I assume these are not the only possible workflows. There are so many subtly different use cases...
There are three "things" that can be consistent or not:
pyproject.toml
poetry.lock
pyproject.toml
andpoetry.lock
can be consistent without an environment. That is completely independent of which packages are installed. You have to install to make your environment …