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

Plat-14318 remove cli #1122

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
command: pwd && mkdir -p ~/build/demo
- run:
name: Create Demo App
command: yarn run demo
command: npx --yes crowdbotics demo
- persist_to_workspace:
root: ~/build
paths:
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ The following must be available in your system:
- [yarn](https://yarnpkg.com/)
- [python](https://www.python.org/)
- [pipenv](https://pypi.org/project/pipenv/)
- [urllib3](https://urllib3.readthedocs.io/en/stable/) without this the project will not run in ```macOS``` environments
- [urllib3](https://urllib3.readthedocs.io/en/stable/) without this the project will not run in `macOS` environments
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are cli requirements, we should mention that one must install the cli and its requirements and just link to crowdbotics/cli repo


Node `v18.16.0` (LTS) recommended.
Node `v18.18.0` (LTS) recommended.

Please see the [Crowdbotics documentation](https://docs.crowdbotics.com/docs/set-up-your-dev-env) for detailed instructions on how to setup your environment.

## Getting started

Expand Down Expand Up @@ -69,11 +71,13 @@ yarn run parse
```

Install modules globally to your system:

```sh
npm install -g cb
npm install -g crowdbotics
```

### macOS config

- make sure to have a compatible version of urllib3 with openssl. urllib3 v2.0 or higher is compatible with OpenSSL 1.1.1 or higher

## Modules updates checklist
Expand Down
Loading
Loading