ispyb / py-ispyb

ISPyB backend server based on FastAPI
GNU Lesser General Public License v3.0
12 stars 14 forks source link

Changes on how to run py-ispyb #230

Closed antolinos closed 1 year ago

antolinos commented 1 year ago

Currently, documentation proposes to install the app by using conda + pip.

Not everybody needs a virtual environment and in case of need it is not clear that conda + pip is the best option or if it should be recommended.

To be on the safe side, I suggest to make clear that you only need python >3.10 and pip to install it and a new section (Setup python) has been added with the procedure to setup python with conda and pyenv in case you need python virtual environments

stufisher commented 1 year ago

Thanks!