Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Some installation and technical information added for users.
  • Loading branch information
BijanSeif committed Nov 19, 2023
1 parent 661dcc9 commit 1b55160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BraineryWiz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from .FEMWiz import BaseData, DispData, EigenData

except:
raise RuntimeError('Use Python Version 3.11.5. For more information visit: https://silvia-s-brainery.github.io/BraineryWizDocumentation/Python_Version/installation.html')
raise RuntimeError('Use Python Version 3.11.5. If you are not using Anaconda environment instead of installing mentioned version of python you can install older version of BraineryWiz (pip install BraineryWiz==0.91) But it does not work on Anaconda environment! For more information visit: https://silvia-s-brainery.github.io/BraineryWizDocumentation/Python_Version/installation.html')

elif sys.platform.startswith('darwin'):

Expand Down

0 comments on commit 1b55160

Please sign in to comment.