From 6359e7b5a68cbd9548c54a40cb2b48bc5e47d258 Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 13 Apr 2016 04:00:08 -0700 Subject: [PATCH] add clone instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fcc405..5849f4b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ simulations on parallel compute hardware (mainly GPUs). * [gridlock](https://mpxd.net/gogs/jan/gridlock) * [masque](https://mpxd.net/gogs/jan/masque) +To get these files, just clone this repository: +```bash +git clone https://mpxd.net/gogs/jan/opencl-fdtd.git +``` + You can install the requirements and their dependencies easily with ```bash pip intall -r requirements.txt @@ -39,4 +44,4 @@ The root directory contains ``fdtd.py``, which sets up and runs a sample simulat ```bash python3 fdtd.py -``` \ No newline at end of file +```