Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chris
Pixelframe
Commits
f146df20
Commit
f146df20
authored
Dec 25, 2020
by
Christian Wander
Browse files
add notes regarding pipenv
parent
b9942d5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
readme.md
View file @
f146df20
...
...
@@ -4,14 +4,40 @@ run tests:
python3 -m unittest -v test
```
Install dependencies
```
pipenv install
```
run app:
```
python3 dmxfun.py
FLASK_APP="pixelframe" pipenv run flask run
```
## pipenv
### Setup pipenv on linux (mint 20)
[
Source
](
https://pipenv.pypa.io/en/latest/install/#installing-pipenv
)
Install pipx
> `Pipx`_ is a tool to help you install and run end-user applications written in Python. It installs applications into an isolated and clean environment on their own.
```
pip3 install --user pipx
```
Install pipenv:
```
pipx install pipenv
```
### Using pipenv
install a dependency with pipenv:
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment