Skip to content

Commit 7209448

Browse files
committed
Made further changes to README venv
1 parent 6ad9297 commit 7209448

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,10 @@ Our proposal can be found via this link: [proposal](docs/proposal.md)
1818

1919
## Accessing the App Locally
2020

21-
To run and explore the app locally, first clone the git repo, create and activate a local environment, and install dependencies:
21+
To run and explore the app locally, clone the git repo and install required dependencies:
2222

2323
git clone https://github.com/UBC-MDS/tsunami-events-dashboard-python.git
2424

25-
# mac
26-
virtualenv venv
27-
source venv/bin/activate
28-
# Windows
29-
venv\Scripts\activate
30-
# Or Linux
31-
source venv/bin/activate
32-
3325
pip install -r requirements.txt
3426

3527
Then, run the app:

0 commit comments

Comments
 (0)