Commit 28ced0a6 authored by luetzel's avatar luetzel
Browse files

updated HOWTO-ZENITH.md

parent e706431a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,14 +3,14 @@
## 1. Preparing enviroment for Zenith

Our ensembling shell script requires a python3.6 virtual enviroment named zenithenv, placed in `/swp-metaphors/zenith/`. 
	- If you are interested in running an ensemble model execute these commands in `/swp-metaphors/zenith/`
* If you are interested in running an ensemble model execute these commands in `/swp-metaphors/zenith/`
      ```
      virtualenv -p python3.6 --system-site-packages zenithenv
      source zenithenv/bin/activate
      pip install -r requirements.txt
      deactivate
      ```
	- If you only want to train single models, you can directly install the required librarys by executing
* If you only want to train single models, you can directly install the required librarys by executing
      `pip install -r requirements.txt`.