Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 #13310

Closed
wants to merge 3 commits into from
Closed

1 #13310

wants to merge 3 commits into from

Conversation

burdenlife
Copy link

@burdenlife burdenlife commented Sep 13, 2024

copy of yolov5 repo

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Added virtual environment scripts for PowerShell, Bash, Batch, and CLI tools in the yolo-env directory.

πŸ“Š Key Changes

  • PowerShell Activation Script: Added Activate.ps1 to manage Python virtual environments in PowerShell.
  • Bash Activation Script: Added activate for managing environments via Bash.
  • Batch Activation Script: Added activate.bat for Windows command-line activation.
  • AWS CLI Scripts: Included AWS CLI related scripts (aws, aws.cmd, etc.).
  • Documentation Tools: Added reStructuredText conversion scripts (e.g., rst2html.py).

🎯 Purpose & Impact

  • Purpose: Enhance ease of use for developers on various operating systems by supporting multiple shell environments and CLI tools.
  • Impact: Simplifies virtual environment activation across Windows, Linux, and MacOS. Provides necessary scripts for AWS CLI and document processing, streamlining workflow for projects that rely on these tools. πŸš€

Copy link
Contributor

github-actions bot commented Sep 13, 2024


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I sign the CLA


1 out of 2 committers have signed the CLA.
βœ… (UltralyticsAssistant)[https://github.com/UltralyticsAssistant]
❌ @burdenlife
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@UltralyticsAssistant UltralyticsAssistant added dependencies Pull requests that update a dependency file enhancement New feature or request python Pull requests that update Python code labels Sep 13, 2024
@UltralyticsAssistant
Copy link
Member

πŸ‘‹ Hello @burdenlife, thank you for submitting an ultralytics/yolov5 πŸš€ PR! This is an automated response to guide you through the process, and an Ultralytics engineer will be with you soon. Here's a checklist to ensure a smooth integration:

  • βœ… Define a Purpose: Clearly explain the purpose of your addition in your PR description, which you've done well! Ensure you link to any related issues if applicable.
  • βœ… Synchronize with Source: Check that your branch is up-to-date with the main branch of the ultralytics/yolov5 repo. You can update it by clicking β€˜Update branch’ or by using git pull and git merge main locally.
  • βœ… Ensure CI Checks Pass: Make sure all Continuous Integration (CI) checks are successful. If there are any errors, please address them to ensure that the build passes. You can find details about our CI process in the CI documentation.
  • βœ… Update Documentation: If your changes include new functionality or scripts, please update the relevant documentation to help users understand how to use these new features.
  • βœ… Add Tests: Whenever possible, include unit tests for new features or scripts to guarantee future reliability and ensure existing tests are not broken.
  • βœ… Sign the CLA: If this is your initial contribution to Ultralytics, please sign our Contributor License Agreement. You can confirm your agreement by commenting, β€œI have read the CLA Document and I sign the CLA.”
  • βœ… Minimize Changes: Keep your changes to the minimum needed to implement the new feature or fix. Avoid unrelated modifications to ensure clarity and ease of review. As Bruce Lee said, "It's not the daily increase but daily decrease. Hack away at the unessential."

For further details, please review our Contributing Guide. If there are any questions, feel free to comment here. Thank you again for your contribution! πŸš€πŸŒŸ

@glenn-jocher
Copy link
Member

@burdenlife thank you for sharing your PR summary. If you have any specific questions or need further assistance with the YOLOv5 repo, feel free to ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants