diff --git a/README.md b/README.md index 0640906..21a9124 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,16 @@ To get started with _dyPixa,_ follow these steps: > ``` 2. Install Dependencies: - -> Install the required Python libraries by running: -> -> ```sh -> $ pip install -r requirements.txt -> ``` -> -> Download Pre-trained Models _(applicable in future as the project grows):_ +> - Install the required Python libraries by running: +> ```sh +> $ pip install -r requirements.txt +> ``` +> - Download Pre-trained Models _(applicable in future as the project grows):_ > Depending on the project's requirements, you might need to download pre-trained models for sentiment analysis or color combination generation. Check the project documentation for instructions on acquiring these models. 3. Run/Enhance the Project: -> Follow the project-specific instructions in the documentation _(to be updated)_ to use _dyPixa_ for text analysis, color combination generation, abstract image creation, and text overlay. Once you are inthe working directory, i.e., `./dyPixa`; you can also start enhancing the code. Being open-source, maintainers would :heart: to merge your contributions. +> - Follow the project-specific instructions in the documentation _(to be updated)_ to use _dyPixa_ for text analysis, color combination generation, abstract image creation, and text overlay. Once you are inthe working directory, i.e., `./dyPixa`; you can also start enhancing the code. Being open-source, maintainers would :heart: to merge your contributions. ## Usage