Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdtschuller authored Sep 11, 2023
1 parent 7b0e70e commit 91cc7d3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@ The optimizers can be chosen in the main programs, by uncommenting the appropria
For the text files in this repository, the hardware was a processor with 8 CPU cores, each running at 1.8 GHz. Observe that with Colab you will get somewhat different results because it usually just provides 2 cores.
Hence it is recommended to let it run locally, but then it likely needs a virtual environment for pypop7. A virtual environment can be created, for instance, with

pip install virtualenv\\
pip install virtualenv

virtualenv pypop7

#activate:

source ~/pypop7/bin/activate
pip3 install pypop7

pip install pypop7

#deactivate with:

deactivate

To let the jupyter notebook "sourceSeprationBlackBoxComp.ipynb" run in Colab is more convenient, because it is its own envirnmonent and installs everything needed, but it is usually slower.

Gerald Schuller, September 2023

0 comments on commit 91cc7d3

Please sign in to comment.