Skip to content

Commit 2abb6e4

Browse files
committed
Slightly update
1 parent 0f54b7d commit 2abb6e4

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Notebook
22

33
An app you can trust your secrets with.<br>
4-
Try it out: https://securenotebook.pythonanywhere.com/<br>
54
This app uses AES-128 GCM to prevent anyone but you from accessing your notes.<br>
65

76
[![Version](https://img.shields.io/badge/Version-v0.1.0-blue.svg)]()
@@ -56,13 +55,17 @@ This app uses AES-128 GCM to prevent anyone but you from accessing your notes.<b
5655
### Installation
5756

5857
```shell
59-
$ > pip install -r requirements.txt
58+
$> pipenv --python 3.9
59+
```
60+
61+
```shell
62+
$> pipenv install
6063
```
6164

6265
### Start
6366

6467
```shell
65-
$ > python notebook.py
68+
$> python notebook.py
6669
```
6770

6871
### Navigate to the following URL within your browser

0 commit comments

Comments
 (0)