-
Notifications
You must be signed in to change notification settings - Fork 2
Create tutorial.md - add installation steps for Chapel and Arkouda #5
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
base: main
Are you sure you want to change the base?
Conversation
adding new tutorial, Dave and Vanshika
added steps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To-Do for you:
- Work on the comments given
- Ask for a review from Oliver too so that you are not working on the changes multiple times
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows part still has a lot of text where you need to scroll to see. Maybe it was accidentally marked as code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest all LGTM!!
- Clone [arkouda](https://github.com/Bears-R-Us/arkouda), [arkouda-njit](https://github.com/Bears-R-Us/arkouda-njit), and download [chapel](https://github.com/chapel-lang/chapel/releases/download/1.28.0/chapel-1.28.0.tar.gz), and have them all in the Tutorial folder. | ||
|
||
- **Download and install [Anaconda3](https://www.anaconda.com/products/distribution)** (make sure that you check the add to **PATH** option) | ||
- To ensure that Anacona3 is in your PATH, open your terminal and type conda. The output should be all of the different commands on how to use Anaconda. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spellcheck
- **Build Chapel** | ||
- Open your source-code editor and navigate to your chapel folder, more specifically in CHPL\_HOME/util/quickstart/setchplenv.bash | ||
|
||
- Go to line 64 & 65 and comment out the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please add an image or some more code for better reference
adding new tutorial, Dave and Vanshika