Rebrand project from nx-optimaster to Atomizer
- Update project name in all documentation files - Update GitHub repository references to Anto01/Atomizer - Update Python package name to 'atomizer' - Update conda environment name references - Update all module docstrings with new branding 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Project Setup Complete! ✅
|
||||
|
||||
Your NX OptiMaster project has been initialized with the following structure:
|
||||
Your Atomizer project has been initialized with the following structure:
|
||||
|
||||
```
|
||||
C:\Users\antoi\Documents\Atomaste\Atomizer\
|
||||
@@ -157,8 +157,8 @@ C:\Users\antoi\Documents\Atomaste\Atomizer\
|
||||
|
||||
```bash
|
||||
# Create conda environment
|
||||
conda create -n nx-optimaster python=3.10
|
||||
conda activate nx-optimaster
|
||||
conda create -n atomizer python=3.10
|
||||
conda activate atomizer
|
||||
|
||||
# Install in development mode
|
||||
pip install -e .
|
||||
|
||||
Reference in New Issue
Block a user