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
Doing pip install mt4pycon, installs the scripts in the c:\python38\scripts\ , and/or similar directories.
This may not be ideal for this use case, and could easily cause script name conflicts when using many other packages.
Perhaps suggest the user to always install in a virtualenv?
The text was updated successfully, but these errors were encountered:
Doing
pip install mt4pycon
, installs the scripts in thec:\python38\scripts\
, and/or similar directories.This may not be ideal for this use case, and could easily cause script name conflicts when using many other packages.
Perhaps suggest the user to always install in a
virtualenv
?The text was updated successfully, but these errors were encountered: