# Installation

Installation instructions for Eugo.

Source: https://docs.eugo.io/docs/getting-started/installation/

---

Eugo runs entirely in your browser — there's nothing to install locally.

## Requirements

You need:
- A modern web browser (Chrome, Firefox, Safari, or Edge)
- An internet connection
- A Eugo account (create one at [eugo.io](https://eugo.io))

## Getting Started

1. **Sign up** for a Eugo account
2. **Choose** a subscription tier that fits your compute needs
3. **Access** the EugoIDE from your browser

That's it. You now have access to supercomputing resources.

## Pre-installed Libraries

Your Eugo workspace comes with common data science and machine learning libraries already installed. This includes NumPy, pandas, scikit-learn, PyTorch, and TensorFlow.

> **Tip**: Need a custom library? You can bring your own dependencies to any workspace. See [EugoIDE documentation](https://docs.eugo.io/ide) for details.

## Next Steps

Ready to run your first notebook? Follow the [Quickstart guide](./quickstart.md).
