Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WahomeKezia authored Nov 20, 2023
1 parent 01bc8d0 commit 4bc3f37
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
CodeCanvas is code image generator that creates nice-looking images of your code snippets to share on social media. This tool is powered by the Flask web framework and includes packages like Pygments and Playwright

## 🛠️ Technologies Used :
● Python and Flask
● Python ,Flask
● HTML-CSS-JavaScript


Expand All @@ -26,7 +26,7 @@ To run the Flask App use this commands

This will run the application locally on port 5000

To avoid any version conflict run the app from a virtual environment,
To avoid any version conflicts run the app from a virtual environment,
- Windows `python -m venv venv` and activate the env with `.\venv\Scripts\activate`
- Mac and linux `python -m venv venv` activate with `source venv/bin/activate`

Expand All @@ -41,8 +41,3 @@ To avoid any version conflict run the app from a virtual environment,

## Deployed App
The app is also available on :https://codecanvas.azurewebsites.net/


## Deployed App
The app is also available on :https://codecanvas.azurewebsites.net/

0 comments on commit 4bc3f37

Please sign in to comment.