Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions update for poetry #3

Closed
ejm4567 opened this issue Jul 4, 2023 · 1 comment
Closed

Installation instructions update for poetry #3

ejm4567 opened this issue Jul 4, 2023 · 1 comment

Comments

@ejm4567
Copy link

ejm4567 commented Jul 4, 2023

Can the install instructions be updated for poetry?

I am trying to install and run the examples in Chapter 12 using poetry.
I've added a section tool.poetry to pyproject.toml in the Chapter 12 cloned git repo for rmux_server

Typing poetry install after adding the missing section tool.poetry yields no error, but then doing the following:
cd rmux_server python3 tcp_server.py

yields nothing running.

I've not used poetry before, so apologies if this is simple.

@MainRo
Copy link
Collaborator

MainRo commented Jul 24, 2023

Do you see any errors when starting the server? Does It work when installing the package directly with pip?

In the command line that you show, there is a missing && after the cd:

cd rmux_server && python3 tcp_server.py

Do you know if this is a typo in the comment? Otherwise, the server is not started.

@MainRo MainRo closed this as completed Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants