Skip to content
Snippets Groups Projects
Commit 91295f66 authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed docs

parent e5ad8650
No related branches found
No related tags found
1 merge request!179Removed support for python 2.7
......@@ -7,7 +7,7 @@ git repositories::
git clone https://github.com/force-h2020/force-wfmanager
git clone https://github.com/force-h2020/force-bdss-plugin-enthought-example
The last repository is optional, but recommended if you want to practice
The last repository is optional, but recommended if you want to practice
writing plugins.
Next, download EDM package manager, and create a bootstrap environment::
......@@ -24,7 +24,7 @@ following command::
python -m ci build-env
This will create another edm environment called ``force-py27``.
This will create another edm environment called ``force-py35``.
To install the workflow manager::
......@@ -40,7 +40,7 @@ and (optional, but recommended), the example plugins::
Now you can enter the deployed environment and invoke the programs::
edm shell -e force-py27
edm shell -e force-py35
# Invokes the workflow manager UI
force_wfmanager
# Invokes the CLI BDSS evaluator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment