Table of Contents
Developers grow up struggling with various problems. This project aims to write a narrative about the process of solving these difficulties and learning through them.
Here's why:
- To optimize massive file system
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- venv
python3 -m venv venv
Perform the following procedure to install the required package.
- Clone the repo
git clone https://github.com/week-end-manufacture/incoming.git
- Install Python packages
source download.sh
For more examples, please refer to the Documentation
- [] Create new issues.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature
) - Commit your Changes (
git commit -m 'feat: Add some amazing-feature'
)
- commit message
<type>[optional scope]: <description> [optional body] [optional footer(s)]
- commit type
- feat: a commit of the type feat introduces a new feature to the codebase - fix: a commit of the type fix patches a bug in your codebase
- Push to the Branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
WEEK END MANUFACTURE
Project Link: https://github.com/week-end-manufacture/incoming