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

feat(macos): instructions to prepare macos #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# YData's open-source-template
# "Awesome" development environment

New YData Open Source repositories should use this repository as a template.
Or just a development environment, it doesn't needs to be awesome.


Unfortunately this requires some knowledge about how to use a command line.


## Setting up your machine

So, i will focus on the "dirty" mode (as some people refer), which means install everything in your machine, at least for now.


### macOS

There is a better way, actually an awesome way of managing any kind of applications, it's called [homebrew](https://brew.sh/).

⚠️ If you already have this installed, please skip this part ⚠️

So, first you need to install command line tools, a set of binaries and libraries required for development, just run:

```bash
xcode-select --install
```

This will trigger the installation process and a few prompts will guide you through the process.

When that is finished, go back

## How to setup your python environment 🐍

### Universal way

Using conda