README typo, update url & help request for installing
Todo's
-
Typo bersion
-
Update Installation script. Maybe we remove it completely and let the user figure it out via the link to the project
-
Wrong content poetry serve
topoetry shell
Description
Typo: in #about-the-project change a multi-dimensional bersion by
to a multi-dimensional version by
404 URL: https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
throws a Error 404, I suggest updating with the URL provided in https://python-poetry.org/docs/#installing-with-the-official-installer , i.e. use curl -sSL https://install.python-poetry.org | python3 -
Question:
I tried to follow the installation guide step by step, I am failing. Probably since I get confused with environments ever since I was released to the environment myself...
Side note: I understand if you would want to install 'Using any other python environments' you would also follow all steps explained directly above except $ poetry install
?!
$ poetry install
seemed to work, the file .../codGrowth/growth-model-atlantic-cod/.venv/bin/cod-growth-model exists:
cod-growth-model
#!/home/member/maruhl001/Documents/codGrowth/growth-model-atlantic-cod/.venv/bin/python import sys from growth_model.\__main_\_ import mainif name == 'main': sys.exit(main())
However `$ poetry serve` throws The command "serve" does not exist. maybe I did some very simple mistake?
(When I run poetry install again, it says without any error:)
Installing dependencies from lock fileNo dependencies to install or update
Installing the current project: growth_model (1.0.1)
I am now following the steps under "Using any other python environments" even tho as I understood it the installing via wheel is not necessary. Edit: I won't as I currently do not have sudo / ensurepip not available. Possibly this also affects the problem.
As Nadja said this is supposed to work for people without a background in computer science, of which I have a little, I thought I'll just bump here instead of continue trying for now. Also, hi