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
PROBLEMS
When bot needs to be tested or run by the user, they need:
Python installed on their system
To activate virtual environments
To install dependencies through pip
and then they can run the bot.
SOLUTION Docker can be used to containerize the bot inside a Linux image.
This will also speed up development time because the environment of the project remains the same, irrespective of machine.
All the suggested changes have already been done and mentioned in the fork. Kindly review.
The text was updated successfully, but these errors were encountered:
PROBLEMS
When bot needs to be tested or run by the user, they need:
and then they can run the bot.
SOLUTION
Docker can be used to containerize the bot inside a Linux image.
This will also speed up development time because the environment of the project remains the same, irrespective of machine.
All the suggested changes have already been done and mentioned in the fork. Kindly review.
The text was updated successfully, but these errors were encountered: