Releases: xylium117/rubidium
Releases · xylium117/rubidium
Version 2.0.0
Rubidium
Release 2.0
This is the initial release of the code on GitHub.
Getting Started 🚀
To get started, simply open the Terminal and clone the project.
git clone https://github.com/xylium117/rubidium.git
Then proceed open the directory.
cd rubidium
Setup and activate virtual environment (optional)
# To create a virtual env:
python -m venv .venv
# For activation use one of the following commands based on your OS:
source .venv/bin/activate # On Mac / Linux
.venv\Scripts\activate.bat # In Windows CMD
.venv\Scripts\Activate.ps1 # In Windows PowerShell
Install the required packages from the requirements.txt
file
pip install -r requirements.txt
Execute the program
python simulator
Prerequisites 📋
To run Rubidium, Python must be downloaded. An IDE is also suggested if you want to contribute to the code.
Contributing 🤝
Contributions are welcome! If you have any improvements, bug fixes, or new projects to add to this gallery, please follow these steps:
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature-name
). - Make your changes and commit them (
git commit -m 'Add new project'
). - Push to your branch (
git push origin feature-name
). - Open a pull request and describe your changes.
Full Changelog: https://github.com/xylium117/rubidium/commits/v1.0.0