Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 12, 2024
1 parent 1792302 commit 842d622
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

## Usage

pip install -U cookiecutter

This guide provides detailed steps on how to create a Python package, configure it for distribution, and manage its versioning and releases. First, install `cookiecutter` and `bump-my-version` and then follow the steps below.

```bash
Expand Down Expand Up @@ -48,7 +46,7 @@ git commit -m "Initial commit"

### 3. Create a Repository on GitHub

- Go to [GitHub](https://github.com/) and create a new repository.
- Go to [GitHub](https://github.com/) and create a new empty repository.
- Do NOT initialize it with a README, license, or .gitignore file.

### 4. Add Git Remote
Expand Down

0 comments on commit 842d622

Please sign in to comment.