Skip to content

Commit

Permalink
main README edited
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoaguilar committed Mar 26, 2020
1 parent ba7f68c commit cfc4281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -14,8 +14,8 @@ For details, please refer to the source directory (src/), the respective subdire
## Dependencies
- Required: numpy, matplotlib, PIL
- Optional:
- PovRay (transparency.CheckerboardFactory)
- rpy2 (texture)
- PovRay (to render variegated checkerboards - submodule transparency.CheckerboardFactory])
- rpy2 and R (to render textures with specific spatial properties - submodule texture)


## Installation
Expand All @@ -34,7 +34,7 @@ To use in your own code, import the modules. See READMEs in src/ for example usa
```python
from stimuli.transparency import TextureFactory
from stimuli.transparency import CheckerboardFactory
from stimuli import contrast_measures as cm
from stimuli import utils
#from stimuli import contrast_measures as cm
#from stimuli import utils
# (other modules are yet to be fixed)
```

0 comments on commit cfc4281

Please sign in to comment.