Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SDzartov committed Nov 16, 2023
1 parent e72f75f commit 3d7be57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ git push origin your-branch-name --force
* (**NOTE: INSERT YOUR PATH AS REQUIRED, YOUR PATH MAY DIFFER**)
* Initiate a new *venv* env using the following terminal command: ```python -m venv venv```
* Activate the *venv* env using the following terminal command: ```venv\scripts\activate```
# * Inside your IDE, create a new file inside your neo_dolfin folder called: ```.env``` (**MAKE SURE TO INCLUDE THE "." AT THE BEGINNING**)
# * Ask one of the team leads for the credentials, that you must paste into the .env file and then save the file.
* Install the required libraries into the *venv* env using the following terminal command: ```pip install -r requirements.txt```
* To run the flask application, use the following terminal command: ```python app.py```
* Navigate to ```127.0.0.8000``` in your web browser.
Expand All @@ -90,8 +88,6 @@ git push origin your-branch-name --force
* (**NOTE: INSERT YOUR PATH AS REQUIRED, YOUR PATH MAY DIFFER**)
* Initiate a new *venv* env using the following terminal command: ```python -m venv venv2```
* Activate the *venv* env using the following terminal command: ```venv\scripts\activate```
# * Inside your IDE, create a new file inside your neo_dolfin folder called: ```.env``` (**MAKE SURE TO INCLUDE THE "." AT THE BEGINNING**)
# * Ask one of the team leads for the credentials, that you must paste into the .env file and then save the file.
* Install the required libraries into the *venv* env using the following terminal command: ```pip install -r requirements.txt```
* To run the flask application, use the following terminal command: ```python app.py```
* Navigate to ```127.0.0.5000``` in your web browser.
Expand Down

0 comments on commit 3d7be57

Please sign in to comment.