We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f54b7d commit 2abb6e4Copy full SHA for 2abb6e4
1 file changed
README.md
@@ -1,7 +1,6 @@
1
# Notebook
2
3
An app you can trust your secrets with.<br>
4
-Try it out: https://securenotebook.pythonanywhere.com/<br>
5
This app uses AES-128 GCM to prevent anyone but you from accessing your notes.<br>
6
7
[]()
@@ -56,13 +55,17 @@ This app uses AES-128 GCM to prevent anyone but you from accessing your notes.<b
56
55
### Installation
57
58
```shell
59
-$ > pip install -r requirements.txt
+$> pipenv --python 3.9
+```
60
+
61
+```shell
62
+$> pipenv install
63
```
64
65
### Start
66
67
-$ > python notebook.py
68
+$> python notebook.py
69
70
71
### Navigate to the following URL within your browser
0 commit comments