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
Consider removing static env (which contains many unused dependencies), instead show how to create env and install dependencies that are needed on the fly with e.g.
Consider removing static env (which contains many unused dependencies), instead show how to create env and install dependencies that are needed on the fly with e.g.
python –m venv env; source /env/bin/activate; pip install xx; pip freeze
The text was updated successfully, but these errors were encountered: