Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/migp11/pctk
Browse files Browse the repository at this point in the history
  • Loading branch information
migp11 committed Jun 9, 2022
2 parents 6e277d5 + 0a651e8 commit 31f5b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ PCTK is pure python code with few dependencies and only requieres the installati
### On linux systems using virtualenv + pip
- 1 create a new virtual environemnt, activate it and install the requirments
~~~~
virtualenv -p python3 myenv
virtualenv -p python3.8 myenv
source myenv/bin/activate
pip install -r requirements.txt
python setup.py install
~~~~
Thats it! If you want to run the script from any location add the base folder to your PATH environmental variable. And if you want to access the multicellds class, add modules/multicellds.py to your PYTHONPATH.

Expand Down

0 comments on commit 31f5b16

Please sign in to comment.