add clone instructions

lookup_tables
jan 8 years ago
parent 17cbe0fd84
commit 6359e7b5a6

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

Loading…
Cancel
Save