Skip to content

Commit

Permalink
readme update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Apr 3, 2020
1 parent 514219d commit 3d368a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -21,14 +21,16 @@ For details, please refer to the source directory (src/), the respective subdire
## Installation
First clone the repository via

```python
```shell script
git clone https://github.com/computational-psychology/stimuli.git
```

Then run `python setup.py install` at the root of the repository.

The repository may then be removed again.

The same command is used to update to a new version. The old version is not automatically removed, though.

## Importing
To use in your own code, import the modules. See READMEs in src/ for example usages.
```python
Expand Down

0 comments on commit 3d368a1

Please sign in to comment.