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 +```