[ET Trac] #2805: README file rebuild instructions missing package
Roland Haas
trac-noreply at einsteintoolkit.org
Wed Jun 26 11:07:37 CDT 2024
#2805: README file rebuild instructions missing package
Reporter: Roland Haas
Status: new
Milestone:
Version:
Type: enhancement
Priority: trivial
Component: EinsteinToolkit thorn
Changes (by Roland Haas):
The current instructions in Baikal to regenerate code say
```shell
pip install sympy==1.11
git clone https://github.com/zachetienne/nrpytutorial.git
cd nrpytutorial
git checkout b60bba29582ae563aaae5340638674ce8ddc2c79
cd BaikalETK
make
```
which, when done in a virtualenv \(to actually control sympy version\) fails due to missing `ipython`. One should should thus install both sympy and ipython
```shell
python3 -m venv $PWD
source bin/activate
pip install sympy==1.11 ipython
git clone https://github.com/zachetienne/nrpytutorial.git
cd nrpytutorial
git checkout b60bba29582ae563aaae5340638674ce8ddc2c79
cd BaikalETK
make
```
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2805/readme-file-rebuild-instructions-missing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einsteintoolkit.org/pipermail/trac/attachments/20240626/29b9568e/attachment.htm>
More information about the Trac
mailing list