zhuminjie / OpenSeesPyDoc

OpenSeesPy Documentation
http://openseespydoc.readthedocs.io
Other
146 stars 106 forks source link

Install without pip #166

Closed ahmetanildindar closed 4 years ago

ahmetanildindar commented 4 years ago

Dear all, I wonder how I can install openseespy in a Linux terminal where I can not use pip. The Linux system is a remote server and my account is unfortunately not privileged to install anything using pip.

Any recommendation?

Ahmet Anil Dindar

zhuminjie commented 4 years ago

You can install as a user

pip install --user openseespy

ahmetanildindar commented 4 years ago

Thank you very much @zhuminjie for the tip.

It worked for me.

image