compas-dev / compas-dev/compas_cloud
The installation guide in README.md
Open
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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...?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.