compas-dev / compas_cloud

COMPAS Remote Procedure Calls using websockets
MIT License
6 stars 3 forks source link

The installation guide in README.md #20

Open ZacZhangzhuo opened 1 year ago

ZacZhangzhuo commented 1 year ago

Maybe a small correction (if I am right) for the installation guide.

Rather than using

git clone https://github.com/BlockResearchGroup/compas_cloud.git
pip install -e .

The file name 'compas_cloud' should be specified:

git clone https://github.com/BlockResearchGroup/compas_cloud.git
pip install -e compas_cloud

should it be correct...?