finished pricebook2 & pricebookentry
This commit is contained in:
@ -1,15 +1,16 @@
|
||||
# FSL Migration from Legacy with SFDMU & Python (Pandas)
|
||||
# FSL Migration from Legacy with SFDMU & Python
|
||||
|
||||
This git is representing a migration from Legacy GMS solution to FSL Standard
|
||||
|
||||
## Installation
|
||||
|
||||
Install Python [python](https://www.python.org/) to install python 3.13+.
|
||||
After installation open a terminal/powershell to install pandas globally
|
||||
After installation open a terminal/powershell to install the packages globally
|
||||
|
||||
|
||||
```bash
|
||||
python -m pip install pandas
|
||||
cd ./migration_via_sfdmu-main
|
||||
python -m pip install -r ./requirements.txt
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
Reference in New Issue
Block a user