@@ -6,7 +6,7 @@ This is the website for the SWIFT project. You can build the website by doing th
+ Create a virtual environment (`` virtualenv3 env `` or `` virtualenv env``) and ensure that it is `` python3 ``.
+ Activate it (`` source env/bin/activate ``) [note to deactivate you want to use the `` deactivate `` keyword in your shell]
+ Use that virtual environment to install the required packages (`` pip install -r requirements.txt ``)
+Please note that the website also requires that pandoc be installed somewhere on the machine.
+If ```pandoc``` is installed on your machine, I would recommend also installing ```pypandoc```. If not, then the system will use the ```mistune``` python-only renderer.
+ You can then compile the website by running `` python3 compiler.py `` from this directory. The conpiled files will be placed in `` ./compiled ``, and they can then simply be uploaded to a webserver. It is a fully static website so no need to worry about installing anything!
Adding to the Website
...
...
@@ -82,4 +82,4 @@ To add a talk, you need to add the following data structure to ```data/talks.yam
and recompile the website with ```compiler.py```.
You can place slides, etc. in the ```/talks``` directory and reference them here with ```href: filename``` with no need to worry about the directory -- again, these are all copied automatically.
\ No newline at end of file
You can place slides, etc. in the ```/talks``` directory and reference them here with ```href: filename``` with no need to worry about the directory -- again, these are all copied automatically.