Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuu69 authored Jun 2, 2024
1 parent 70c25c0 commit 41b9701
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The Portfolio Website is a Python Flask application to host your portfolio.

## Development Setup

1. Make sure `python3`, `pip3` and `virtualenv` is installed on the development setup.
2. Create Python virtual environment using the command.
1. Make sure `python3`, `pip3` and `virtualenv` are installed on the development setup.
2. Create a Python virtual environment using the command.
```bash
virtualenv portfolio_env
```
Expand Down Expand Up @@ -58,5 +58,6 @@ If you want to support me, donations will be helpful.

## Other Repos

1. [sashuu69/portfolio-website-docker-compose](https://github.com/sashuu69/portfolio-website-docker-compose) - The docker-compose code to bring up portfolio website
1. [sashuu69/portfolio-website-docker-compose](https://github.com/sashuu69/portfolio-website-docker-compose) - The docker-compose code to bring up the portfolio website
2. [sashuu69/portfolio-website-infrastructure/](https://github.com/sashuu69/portfolio-website-infrastructure) - The terraform and ansible code to bring portfolio website on AWS
3. [sashuu69/portfolio-website-ssl-cert-generator](https://github.com/sashuu69/portfolio-website-ssl-cert-generator) - The terraform code to generate/renew SSL certificates

0 comments on commit 41b9701

Please sign in to comment.