Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djmgit authored Sep 13, 2020
1 parent daa394e commit 2975aec
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,3 @@ Once you have installed Sticky-Notes using one of the above method, verify that
stickynotes --help
```

Create a virtualenv:

```shell
python -m venv venv
```

Install requirements:

```shell
pip install -r requirments.txt
```

Activate Vitual ENV:

```shell
source venv/bin/activate
```

Export python path at the root of the structure:

```shell
export PYTHONPATH='.'
```

0 comments on commit 2975aec

Please sign in to comment.