Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jerico Moeyersons
Mandelbrot-creator
Commits
710aa958
Commit
710aa958
authored
Mar 31, 2021
by
Jerico Moeyersons
🏘
Browse files
Added dependency —> Python 3.8 is sufficient
parent
2502de9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
710aa958
...
...
@@ -15,7 +15,7 @@ The repository is laid out as follows:
## Prerequisites
*
Docker community edition Version 18.0 and up (for the core framework).
*
Docker compose version 3.5
*
Python 3.
9
(for using the command line interface).
*
Python 3.
8
(for using the command line interface).
---
...
...
@@ -49,8 +49,6 @@ Options:
If you see this appearing, the cli was successfully installed!
**Note: Anacoda is currently not available in Python version 3.9**
### Starting the application for the first time.
The current version of the application needs to be build the first time it is used.
This is done automatically if you've installed the cli by starting the application. This can be done as follows.
...
...
@@ -86,7 +84,6 @@ In this case, x marks the number of mandelbrots you want to calculate. The highe
Shut down the framework with:
`mandelbrot-creator off`
.
## Known issues
*
Works only on Python 3.9
*
No possibility to change the specifications of the calulcated mandelbrots
*
A list of active workers cannot be displayed (you can check this with the docker ps command)
...
...
worker/requirements.txt
View file @
710aa958
numpy
pillow
flask
jsonschema
\ No newline at end of file
jsonschema
paramiko
\ No newline at end of file
Write
Preview
Markdown
is supported
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