Description
Setting up the script manually involves multiple steps. An installation script would streamline the process.
What needs to be done:
- Create
install.sh script that:
- Checks for Python 3.x installation
- Installs required pip packages
- Creates necessary directories
- Sets up configuration file interactively
- Offers to set up cron job
- Sets proper file permissions
- Add Windows batch script equivalent (
install.bat)
- Update README with installation script usage
- Add error handling for missing dependencies
Expected outcome:
One-command installation experience for users.
Open for discussions! Platform-specific concerns? Let's discuss!
Description
Setting up the script manually involves multiple steps. An installation script would streamline the process.
What needs to be done:
install.shscript that:install.bat)Expected outcome:
One-command installation experience for users.
Open for discussions! Platform-specific concerns? Let's discuss!