ShaonMahmood / ProjectCreationAutomation

A simple desktop app for creating new python projects automatically
0 stars 0 forks source link

Add instructions for getting started #1

Closed saqibur closed 2 years ago

saqibur commented 2 years ago

We can add some instructions to get up and running with the project for newcomers. For instance, we can add this to README.md:

Getting Started

  1. Clone the project: git clone https://github.com/ShaonMahmood/ProjectCreationAutomation
  2. Create a virtual environment: virtualenv venv
  3. Install dependencies: pip install -r requirements.txt
  4. Run: python3 automation_gui.py

I can create a pull request to add these lines in if you wish.

ShaonMahmood commented 2 years ago

Sure

saqibur commented 2 years ago

Thank you for merging. We can close this issue now.